.section__h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #262626;
}
.section__h1 span {
  color: #cf053f;
}
.section__h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -0.04em;
  color: #262626;
}
.section__h2 span {
  color: #cf053f;
}
.section__s1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 129%;
  letter-spacing: -0.05em;
  color: #262626;
}
.section__s1 span {
  color: #cf053f;
}
.section__s2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #262626;
}
.section__s2 span {
  color: #cf053f;
}
.section__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.section__caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #525252;
}
.section__button-red {
  border-radius: 16px 0;
  padding: 16px 32px;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 20px -8px rgba(210, 41, 40, 0.2);
  background: #93042d;
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  color: #fafafa;
}
.section__button-red-icon {
  width: 24px;
  height: 24px;
}
.section__button-red svg {
  width: 24px;
  height: 24px;
}
.section__button-gray {
  border-radius: 16px 0;
  padding: 16px 32px;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  color: #262626;
}
@media (max-width: 992px) {
  .section__h1 {
    font-size: 54px;
  }
  .section__h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .section__s1 {
    font-size: 26px;
  }
  .section__s2 {
    font-size: 18px;
  }
  .section__s3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .section__h1 {
    font-size: 44px;
    line-height: 118%;
    letter-spacing: -0.03em;
  }
  .section__h2 {
    font-size: 36px;
    line-height: 111%;
    letter-spacing: -0.04em;
  }
  .section__s1 {
    font-size: 22px;
    line-height: 127%;
    letter-spacing: -0.05em;
  }
  .section__s2 {
    font-size: 16px;
    line-height: 163%;
    letter-spacing: -0.04em;
  }
  .section__body {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
  }
}
@media (min-width: 992px) {
  .section__button-red {
    transition: 0.15s all ease-out;
  }
  .section__button-red:hover {
    background: #cf053f;
  }
  .section__button-gray {
    transition: 0.15s all ease-out;
  }
  .section__button-gray:hover {
    background: #171717;
    color: #fafafa;
  }
  .section__button-gray:hover svg path {
    fill: #fafafa;
  }
}/*# sourceMappingURL=section.css.map */