.acf-layout-about-section {
  padding: 85px 0 127px 0;
}

.about-content {
  font-family: var(--font-archivo);
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
}

.about-content-one {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .acf-layout-about-section {
    padding: 50px 0 50px 0;
  }
  .about-content {
    font-family: var(--font-archivo);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
  }

  .about-content-one {
    padding: 0;
  }

  .about-img-mobile-one {
    height: 250px;
    width: 100%;
  }

  .about-img-mobile-two {
    height: 200px;
    width: 100%;
  }
}



/*small laptops */
@media (min-width: 1200px) and (max-width: 1400px) {
    .about-content{
        font-size: 14px;
        line-height: 190%;
    }
}
