html {
  font-size: 10px;
}

.about__wrapper * {
  text-decoration: none;
  color: black;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.about__wrapper {
  display: flex;
  max-width: 1670px;
  padding: 0;
  /* padding: 20px; */
  gap: 8rem;
  align-items: center;
  /* gap: 40px; */
  justify-content: center;
}

.about__right {
  width: 45%;
}
.about__right .about__image {
  width: 100%;
}
.about__left {
  width: 55%;
  padding: 4rem 0 3rem;
  /* padding: 30px 0; */
}

.about__title {
  margin-bottom: 2.5rem;
  /* margin-bottom: 55px; */
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  font-size: 3rem;
  /* font-size: 38px; */
}

.about__descr {
  margin: 0;
  color: #00497b !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about__cards {
  display: flex;
  gap: 2rem;
  /* gap: 40px; */
  flex-wrap: wrap;
  justify-content: center;
  /* margin-bottom: 40px; */
}

.about__card {
  max-width: 350px;
  width: calc((100% - 4rem) / 2);
  padding-top: 5rem;
  /* padding-left: 70px; */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 4rem auto;
  /* background-size: 60px auto; */
}
.about__card:nth-child(1) {
  background-image: url("/user/documents/upload/aboutus/aboutus-icon1.png");
}
.about__card:nth-child(2) {
  background-image: url("/user/documents/upload/aboutus/aboutus-icon2.png");
}
.about__card:nth-child(3) {
  background-image: url("/user/documents/upload/aboutus/aboutus-icon3.png");
}
.about__card:nth-child(4) {
  background-image: url("/user/documents/upload/aboutus/aboutus-icon4.png");
}

.about__card-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 1.8rem;
  /* font-size: 24px; */
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  line-height: normal;
}
.about__card-descr {
  margin: 0;
  /* max-width: 250px; */
  font-size: 1.4rem;
  /* font-size: 20px; */
  line-height: 1.4;
  color: black !important;
}
@media (min-width: 992px) {
  .footer-banners .footer-banner {
    width: 100%;
  }
}
@media (max-width: 1550px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 8.5px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 7.5px;
  }
}
@media (max-width: 1100px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 6.5px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7.5px;
  }
  .footer-banners .footer-banner {
    max-width: none;
  }
  .about__wrapper {
    gap: 4rem;
  }
  .about__left {
    padding: 0;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 7.5px;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 7.5px;
  }
  .about__wrapper {
    flex-direction: column;
  }
  .about__left,
  .about__right {
    width: 100%;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 6.5px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 7.5px;
  }
  .about__left {
    padding: 3rem 0;
  }
}
