body {
  min-width: 320px;
  min-width: 32rem;
}
@media (max-width: 992px) {
  .intro__wrapper--page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*.intro__title span {
  background: url(../img/intro-title-mask.webp) 33% 50% / cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
.intro__block {
  position: relative;
  z-index: 1;
}
.intro__img--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 1461px) {
  .intro__img--page {
    width: 1000px;
    width: 100rem;
    height: 653px;
    height: 65.3rem;
    -webkit-transform: translateX(-200px);
    -webkit-transform: translateX(-20rem);
        -ms-transform: translateX(-200px);
        -ms-transform: translateX(-20rem);
            transform: translateX(-200px);
            transform: translateX(-20rem);
    margin: -80px 0;
    margin: -8rem 0;
  }
}
@media (max-width: 992px) {
  .intro__img--page {
    position: static;
  }
}
.intro__img--page img {
  max-width: 100%;
  max-height: 100%;
}
.about-services {
  position: relative;
}
.about-services:before,
.about-services:after {
  content: '';
  position: absolute;
  background-size: 100%;
}
.about-services:before {
  left: 0;
  top: 60%;
  width: 254px;
  width: 25.4rem;
  height: 624px;
  height: 62.4rem;
  background-image: url(../img/about-services-decor-left.webp);
}
.about-services:after {
  right: 0;
  top: 25%;
  width: 343px;
  width: 34.3rem;
  height: 765px;
  height: 76.5rem;
  background-image: url(../img/about-services-decor-right.webp);
}
@media (max-width: 1723px) {
  .about-services:after {
    opacity: 0.3;
  }
}
.about-services > .container {
  position: relative;
  z-index: 1;
}
.about-services-list {
  display: grid;
  gap: 50px;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .about-services-list {
    gap: 40px;
    gap: 4rem;
  }
}
.about-services-item {
  display: grid;
  gap: 24px 32px;
  gap: 2.4rem 3.2rem;
}
@media (min-width: 1024px) {
  .about-services-item {
    grid-template-columns: 398fr 847fr;
  }
}
.about-services-item-title {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -0.05em;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .about-services-item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.about-services-item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 2rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .about-services-item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    gap: 16px;
    gap: 1.6rem;
  }
}
