.about {
  padding: 80px 0;
}
.about__header {
  margin-bottom: 24px;
}
.about__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 60px 0;
}
@media (max-width: 991px) {
  .about__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.about__description {
  font-size: 17px;
}
@media (max-width: 991px) {
  .about__description {
    font-size: 14px;
  }
}
.about__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1199px) {
  .about__list {
    gap: 10px;
  }
}
.about-item {
  position: relative;
  height: 200px;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-item {
    height: auto;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .about-item {
    text-align: left;
  }
}
.about-item:nth-child(1) {
  padding-top: 49px;
  width: calc(33% - 16px);
}
@media (max-width: 1199px) {
  .about-item:nth-child(1) {
    width: calc(43% - 5px);
  }
}
@media (max-width: 767px) {
  .about-item:nth-child(1) {
    padding: 16px;
  }
}
.about-item:nth-child(2) {
  padding-top: 49px;
  width: calc(33% - 16px);
}
@media (max-width: 1199px) {
  .about-item:nth-child(2) {
    width: calc(57% - 5px);
  }
}
@media (max-width: 767px) {
  .about-item:nth-child(2) {
    padding: 16px;
  }
}
.about-item:nth-child(3) {
  padding-top: 49px;
  width: calc(33% - 16px);
}
@media (max-width: 1199px) {
  .about-item:nth-child(3) {
    width: calc(37% - 5px);
  }
}
@media (max-width: 767px) {
  .about-item:nth-child(3) {
    padding: 16px;
    width: 100%;
  }
}
.about-item:nth-child(4) {
  padding-top: 37px;
  width: calc(50% - 12px);
}
@media (max-width: 1199px) {
  .about-item:nth-child(4) {
    width: calc(63% - 5px);
  }
}
@media (max-width: 767px) {
  .about-item:nth-child(4) {
    padding: 16px;
    width: 100%;
  }
}
.about-item:nth-child(5) {
  padding-top: 37px;
  width: calc(50% - 12px);
}
@media (max-width: 1199px) {
  .about-item:nth-child(5) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-item:nth-child(5) {
    padding: 16px;
  }
}
.about-item_blue {
  background-color: #EEF3FF;
}
.about-item_blue .about-item__title,
.about-item_blue .about-item__text {
  color: #1A05CD;
}
.about-item_orange {
  background-color: #FDFBF2;
}
.about-item_orange .about-item__title,
.about-item_orange .about-item__text {
  color: #C69406;
}
.about-item__icon {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about-item__icon {
    width: 32px;
    height: 16px;
    transform: none;
    top: 25px;
    left: auto;
    right: 16px;
  }
}
.about-item__title {
  margin: 0;
  font-size: 56px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .about-item__title {
    font-size: 24px;
  }
}
.about-item__text {
  max-width: 378px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-item__text {
    font-size: 14px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .about-item__image {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}

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