.info__container {
  position: relative;
  padding: 2.5rem 0;
  text-align: center;
}
.info__container:before, .info__container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.0625rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(18, 18, 18, 0)), color-stop(25%, #fadfcf), color-stop(50%, #ff8017), color-stop(75%, #fadfcf), to(rgba(18, 18, 18, 0)));
  background: linear-gradient(90deg, rgba(18, 18, 18, 0) 0%, #fadfcf 25%, #ff8017 50%, #fadfcf 75%, rgba(18, 18, 18, 0) 100%);
  z-index: 1;
}
.info__container::before {
  top: 0;
}
.info__container::after {
  bottom: 0;
}
.info__container > p {
  font-size: max(1.25rem, 12px);
  line-height: 140%;
  font-weight: 300;
}
.info__container > p > strong {
  color: var(--orange);
}
.info__container > p:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .info__container {
    padding: 20px 0;
  }
  .info__container > p {
    font-size: 18px;
  }
  .info__container > p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
/*# sourceMappingURL=info.css.map */
/*# sourceMappingURL=info.css.map */