.div-product-intro-seg {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
  width: 480px;
}

#div-company-intro {
  width: 1440px;
}

#div-product-intro {
  /* width: 1440px; */
  width: 960px;
  margin-left: 240px;
  background-color: rgb(220, 220, 220);
  display: flex;
  flex-flow: row nowrap;
}

#div-rel-info {
  width: 1440px;
}

.h2-product-intro {
  margin-bottom: 10px;
  margin-left: 25px;
  color: rgb(121, 121, 121);
  text-align: center;
}

.h2-product-intro:hover {
  color: black;
}

.p-product-intro {
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-family: Arial;
  line-height: 1.5;
}

#p-company-intro {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  font-family: Arial;
  line-height: 1.8;
}