.case-study-results {
  padding: 64px 120px;
}
@media screen and (max-width: 992px) {
  .case-study-results {
    padding: 64px 24px;
  }
}
.case-study-results.alt_background {
  background-color: #f5f9fa;
}
.case-study-results .header-wrapper .title {
  color: #ff6f61;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .case-study-results .header-wrapper .title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.case-study-results .separator {
  margin: 12px 0;
  border: 1px solid #ff6f61;
}
@media screen and (max-width: 992px) {
  .case-study-results .separator {
    margin: 12px 0 32px;
  }
}
.case-study-results .sections-wrapper {
  row-gap: 12px;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper {
    row-gap: 64px;
    justify-content: center;
  }
}
.case-study-results .sections-wrapper .section-wrapper {
  padding: 32px;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper .section-wrapper {
    padding: 0;
  }
}
.case-study-results .sections-wrapper .section-wrapper.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper .section-wrapper.right {
    flex-direction: column;
  }
}
.case-study-results .sections-wrapper .section-wrapper.right .text-wrapper {
  padding-left: 16px;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper .section-wrapper.right .text-wrapper {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.case-study-results .sections-wrapper .section-wrapper.right .image-wrapper {
  padding-right: 16px;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper .section-wrapper.right .image-wrapper {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.case-study-results .sections-wrapper .section-wrapper .text-wrapper {
  padding-right: 16px;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper .section-wrapper .text-wrapper {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.case-study-results .sections-wrapper .section-wrapper .text-wrapper .section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper .section-wrapper .text-wrapper .section-title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
.case-study-results .sections-wrapper .section-wrapper .text-wrapper .section-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper .section-wrapper .text-wrapper .section-text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.case-study-results .sections-wrapper .section-wrapper .image-wrapper {
  padding-left: 16px;
}
@media screen and (max-width: 992px) {
  .case-study-results .sections-wrapper .section-wrapper .image-wrapper {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.case-study-results .sections-wrapper .section-wrapper .image-wrapper img {
  border-radius: 8px;
}

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