.banner__container {
  position: relative;
  text-align: center;
  border: 1px solid #73d7ac;
  padding: 5.3125rem 2.5rem 3.75rem;
  background-color: var(--bg);
}
.banner__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-box-shadow: 0 0 10px 2px rgba(75, 207, 214, 0.8), inset 0 0 10px 0 #d2fbfd;
  box-shadow: 0 0 10px 2px rgba(75, 207, 214, 0.8), inset 0 0 10px 0 #d2fbfd;
}
.banner__title {
  margin-bottom: 2rem;
}
.banner__text {
  color: var(--white-08);
}
.banner__button {
  margin: 3.125rem auto 0;
}
@media (max-width: 768px) {
  .banner__container {
    padding: 100px 20px;
  }
  .banner__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .banner__text {
    font-size: 14px;
    line-height: 140%;
  }
  .banner__button {
    margin-top: 40px;
    width: 100%;
  }
}
/*# sourceMappingURL=banner.css.map */
/*# sourceMappingURL=banner.css.map */