body {
  background: url("../assets/img/bg_main.png") top/cover no-repeat;
  min-height: 100dvh;
}

.case-hero__content {
  border-radius: 0 0 15px 15px;
  background: #507941;
  padding: 15px 20px;
}
.case-hero__content h2 {
  font-family: "London", "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-align: center;
  width: 100%;
  margin: 0;
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .h2 {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
}

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