.about-cont {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.owners {
  margin: 0;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .about-cont {
    font-size: 4.80vw;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about-cont {
    font-size: 2.60vw;
  }
}