.about-first img {
  max-width: 90%;
}

.about-first h2 {
  font-size: 2.865vw !important;
  margin-bottom: 25px !important;
}
.about-first p {
  font-size: 1.25vw;
}

.about-second .about-second-main .row {
  background-image: linear-gradient(300deg, #fff6de, #fdfdf6);
  padding: 30px 0px;
}

.about-second-main p,
.about-second-main li {
  font-size: 1.328vw;
}

.about-second .about-second-main .row ol {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.about-second .about-second-main .row ol li {
  margin-bottom: 10px;
  color: #383838;
  line-height: 1.1;
}

.about-last {
  padding: 30px 0px;
}

.about-last .row {
  padding: 30px 0px;
}

.about-last h3 {
  font-size: 20px;
  color: var(--main-color);
  font-weight: 700;
}

.about-last h2 {
  font-size: 45px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .about-first p,
  .about-second-main p,
  .about-second-main li, .card-two .card-two-main .card-two-text p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 576px) {
  .about-first h2 {
    font-size: 34px !important;
  }
  .about-last h2 {
    font-size: 36px;
  }
  .about-first p {
    font-size: 4.25vw;
  }
  .about-second-main p,
  .about-second-main li {
    font-size: 4.328vw;
  }
  .card-two .card-two-main .card-two-text p {
    font-size: 4.366vw;
  }

  .about-first img {
    width: 100% !important;
    max-width: fit-content;
  }
}
