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;
}

.auth-block {
  color: white;
  background-color: rgba(80, 121, 65, 0.5019607843);
  text-align: center;
  border-radius: 16px;
  padding: 1.5rem;
}

.sendBtn {
  width: 0;
  aspect-ratio: 1;
  opacity: 0;
  pointer-events: none;
}

.preview {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
}

@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 */
