.hero__section {
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  padding: 12.8rem 0;
}
@media (max-width: 991px) {
  .hero__section {
    padding: 7.2rem 0;
  }
}
@media (max-width: 650px) {
  .hero__section {
    padding: 4rem 0;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.hero__title {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 95.5rem;
}

.second__section {
  padding: 12.8rem 0;
}
@media (max-width: 991px) {
  .second__section {
    padding: 9.6rem 0;
  }
}
@media (max-width: 650px) {
  .second__section {
    padding: 7.2rem 0;
  }
}
.second__grid {
  grid-template-columns: 668fr 535fr;
  gap: 5.6rem;
}
@media (max-width: 991px) {
  .second__grid {
    grid-template-columns: 1fr;
  }
  .second__grid > *:first-child {
    order: 2;
  }
  .second__grid > *:last-child {
    order: 1;
  }
}
.second__images {
  gap: 2.2rem;
}
@media (max-width: 991px) {
  .second__images {
    gap: 1.6rem;
  }
}
@media (max-width: 650px) {
  .second__images {
    gap: 0.8rem;
  }
}
.second__content {
  gap: 2.4rem;
}

.third__section {
  padding-bottom: 12.8rem;
}
@media (max-width: 991px) {
  .third__section {
    padding-bottom: 9.6rem;
  }
}
@media (max-width: 650px) {
  .third__section {
    padding-bottom: 7.2rem;
  }
}
.third__flex {
  gap: 4rem;
}
@media (max-width: 991px) {
  .third__flex {
    gap: 3.6rem;
  }
}
@media (max-width: 650px) {
  .third__flex {
    gap: 3.2rem;
  }
}
.third__grid {
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .third__grid {
    gap: 2.8rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .third__grid {
    gap: 2.4rem;
  }
}
.third__block {
  padding: 2.4rem;
  background-color: #f2f2f2;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .third__block {
    padding: 2rem;
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .third__block {
    padding: 1.6rem;
  }
}
.third__block--title {
  font-size: 2.2rem;
  line-height: 145%;
  font-weight: 500;
}
.third__block--text {
  color: #282828;
}
.third__block--flex {
  gap: 1.6rem;
}
.third__block--image {
  max-width: 19.1rem;
  min-width: 19.1rem;
  max-height: 16.7rem;
  min-height: 16.7rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 650px) {
  .third__block--image {
    max-width: 100%;
    min-width: 100%;
  }
}

.fifth__section {
  margin-top: 12.8rem;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #f2f2f2;
}
@media (max-width: 568px) {
  .fifth__section {
    margin-top: 7.2rem;
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}
.fifth__title {
  padding-bottom: 4.8rem;
}
.fifth__grid {
  gap: 4.8rem 3.2rem;
}
@media (max-width: 1024px) {
  .fifth__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 568px) {
  .fifth__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3.2rem;
  }
}
.fifth__employee--title {
  font-size: 2.2rem;
  padding-top: 2.4rem;
  padding-bottom: 1.6rem;
  line-height: 145%;
  font-weight: 600;
}
@media (max-width: 568px) {
  .fifth__employee--title {
    padding-bottom: 1.2rem;
  }
}
.fifth__employee--thumbnail img {
  object-fit: cover;
  width: 432px;
  height: 397px;
}
@media (max-width: 568px) {
  .fifth__employee--thumbnail img {
    width: 100%;
    object-fit: cover;
  }
}
.fifth__employee--content a {
  color: #fc4b75;
}

/*# sourceMappingURL=style.css.map */
