.hero img {
  height: 896px;
  width: 100%;
  object-fit: cover;
}

.about-us .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.about-us .row p:not(:last-child) {
  margin-bottom: 30px;
}

.three-col {
  border-top: 1px solid #7a7a7a;
}
.three-col .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}
.three-col .col {
  position: relative;
  padding-top: 58px;
}
.three-col .col::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff6600;
}

.certificates .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin-top: 50px;
}
.certificates .row .col {
  min-width: 0;
  position: relative;
}
.certificates .row img {
  margin-inline: auto;
}
.certificates .swiper-pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.certificates .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
.certificates .swiper-pagination-bullet-active {
  background: #ff6600;
}

@media (width <= 1280px) {
  .hero img {
    height: 614px;
  }
  .about-us .row {
    column-gap: 20px;
  }
  .about-us .row p:not(:last-child) {
    margin-bottom: 20px;
  }
  .three-col .row {
    column-gap: 42px;
  }
  .three-col .col {
    padding-top: 38px;
  }
  .three-col .col::before {
    top: -5px;
    width: 10px;
    height: 10px;
  }
  .three-col h2 {
    font-size: 35px;
  }
  .three-col br {
    display: none;
  }
  .certificates .row {
    column-gap: 20px;
    margin-top: 50px;
  }
  .certificates .swiper-pagination {
    margin-top: 20px;
  }
  .certificates .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
@media (width <= 1024px) {
  .hero img {
    height: 500px;
  }
  .three-col .row {
    column-gap: 34px;
  }
  .three-col .col::before {
    top: -5px;
    width: 10px;
    height: 10px;
  }
  .three-col h2 {
    font-size: 28px;
  }
  .certificates p {
    max-width: 624px;
  }
  .certificates br {
    display: none;
  }
  .certificates .row {
    column-gap: 20px;
    margin-top: 50px;
  }
  .certificates .swiper-pagination {
    margin-top: 20px;
  }
  .certificates .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
@media (width <= 768px) {
  .hero img {
    height: 210px;
  }
  .about-us .row {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .three-col {
    border-top: none;
  }
  .three-col .row {
    border-left: 1px solid #7a7a7a;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .three-col .col {
    padding-top: 0;
    padding-left: 15px;
  }
  .three-col .col::before {
    top: 13px;
    left: -4px;
    width: 8px;
    height: 8px;
  }
  .certificates .row {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 30px;
  }
  .certificates .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}/*# sourceMappingURL=about.css.map */