.fears {
  margin: 8.75rem 0 12.5rem;
}
.fears__wrapper {
  position: relative;
  padding: 6.25rem 4.25rem;
  -webkit-box-shadow: inset 0 -18px 48px 8px rgba(75, 75, 214, 0.83), inset 0 15px 40px 8px rgba(255, 128, 23, 0.8);
  box-shadow: inset 0 -18px 48px 8px rgba(75, 75, 214, 0.83), inset 0 15px 40px 8px rgba(255, 128, 23, 0.8);
  background-color: var(--black);
  border-radius: 2.5rem;
}
.fears__wrapper::before {
  content: "";
  position: absolute;
  top: 6.25rem;
  bottom: 6.25rem;
  left: -6.25rem;
  right: -6.25rem;
  z-index: 1;
  -webkit-filter: blur(124.3876800537px);
  filter: blur(124.3876800537px);
  background-color: var(--black);
}
.fears__wrapper > * {
  position: relative;
  z-index: 2;
}
.fears__img {
  width: 100%;
  line-height: 0;
  margin-bottom: 5rem;
}
.fears__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.fears__subtitle {
  text-align: center;
  font-size: max(1.5rem, 12px);
  line-height: 140%;
  color: var(--orange);
  margin-bottom: 0.75rem;
}
.fears__subtitle > p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.fears__subtitle > p:nth-child(2) {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .fears {
    margin: 120px 0 160px;
  }
  .fears__wrapper {
    padding: 100px 0;
  }
  .fears__img {
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .fears__subtitle {
    font-size: 20px;
  }
  .fears__title br {
    display: none;
  }
}
/*# sourceMappingURL=fears.css.map */
/*# sourceMappingURL=fears.css.map */