.case-study-numbers {
  padding: 64px 120px;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers {
    padding: 64px 24px;
  }
}
.case-study-numbers.alt_background {
  background-color: #f5f9fa;
}
.case-study-numbers .header-wrapper .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .header-wrapper .title {
    flex-direction: column;
    align-items: baseline;
  }
}
.case-study-numbers .header-wrapper .title h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .header-wrapper .title h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.case-study-numbers .header-wrapper .title p {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .header-wrapper .title p {
    font-size: 16px;
    line-height: 145%;
  }
}
.case-study-numbers .header-wrapper .title p::before {
  content: "/";
  color: #ff6f61;
  margin-right: 12px;
}
.case-study-numbers .separator {
  margin: 0;
  margin: 10px 0 24px;
  border-top: 1px solid #ff6f61;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .separator {
    margin: 24px 0 32px;
  }
}
.case-study-numbers .boxes-wrapper {
  row-gap: 24px;
}
.case-study-numbers .boxes-wrapper .medium-boxes {
  row-gap: 24px;
  display: flex;
  flex-direction: column;
}
.case-study-numbers .boxes-wrapper .box-wrapper {
  border-radius: 32px;
  position: relative;
  color: #fcfeff;
  height: 50%;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .boxes-wrapper .box-wrapper {
    text-align: left;
  }
}
.case-study-numbers .boxes-wrapper .box-wrapper .box-text {
  padding: 0 24px 24px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .boxes-wrapper .box-wrapper .box-text {
    padding: 10px 24px 24px;
    text-align: center;
  }
}
.case-study-numbers .boxes-wrapper .box-full {
  background-color: #ff6f61;
  height: 100%;
}
.case-study-numbers .boxes-wrapper .box-full img {
  width: 327px;
  height: 327px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .boxes-wrapper .box-full img {
    width: 200px;
    height: 200px;
  }
}
.case-study-numbers .boxes-wrapper .box-full-number {
  font-family: Borna;
  font-size: 124px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -6.2px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .boxes-wrapper .box-full-number {
    font-size: 52px;
    letter-spacing: -2.6px;
  }
}
.case-study-numbers .boxes-wrapper .box-full-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .boxes-wrapper .box-full-title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
.case-study-numbers .boxes-wrapper .box-full-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.case-study-numbers .boxes-wrapper .box-medium {
  background-color: #002a93;
}
.case-study-numbers .boxes-wrapper .box-medium:nth-child(2n) {
  background-color: #ff6f61;
}
.case-study-numbers .boxes-wrapper .box-medium img {
  width: 175px;
  height: 175px;
  float: right;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .boxes-wrapper .box-medium img {
    float: none;
    width: 200px;
    height: 200px;
  }
}
.case-study-numbers .boxes-wrapper .box-medium-number {
  padding-top: 12%;
  font-family: Borna;
  font-size: 58px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .boxes-wrapper .box-medium-number {
    font-size: 52px;
    letter-spacing: -2.6px;
  }
}
.case-study-numbers .boxes-wrapper .box-medium-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 4px;
}
@media screen and (max-width: 992px) {
  .case-study-numbers .boxes-wrapper .box-medium-title {
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
.case-study-numbers .boxes-wrapper .box-medium-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

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