.info {
  margin: 15rem 0 17.5rem;
}
.info__container {
  position: relative;
  padding: 7.5rem 0;
  text-align: center;
  border: 1px solid #73d7ac;
  background-color: var(--bg);
}
.info__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;
}
.info__el {
  position: absolute;
}
.info__el img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.info__el--1 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 7.5rem;
}
.info__el--2 {
  width: 21.875rem;
  height: 12.25rem;
  top: 6.875rem;
  left: -5rem;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.info__el--3 {
  width: 16.875rem;
  height: 13.8125rem;
  bottom: -4.3125rem;
  right: -5.1875rem;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.info__text {
  font-size: max(2.25rem, 12px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-05);
}
.info__text span {
  color: var(--white);
}
.info__text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .info__el--2 {
    top: unset;
    left: unset;
    right: -80px;
    bottom: -80px;
  }
  .info__el--3 {
    display: none;
  }
}
@media (max-width: 768px) {
  .info {
    margin: 160px 0 210px;
  }
  .info__container {
    padding: 100px 10px;
  }
  .info__el--1 {
    width: 80px;
    height: 80px;
  }
  .info__el--2 {
    width: 263px;
    height: 147px;
  }
  .info__text {
    font-size: 24px;
  }
  .info__text span {
    display: block;
  }
}
/*# sourceMappingURL=info.css.map */
/*# sourceMappingURL=info.css.map */