.info {
  padding-top: 8.75rem;
  background-color: #e4dfc4;
}
.info .section-top {
  margin-bottom: 3.75rem;
}
.info .section-title {
  font-size: max(2.8125rem, 12px);
  line-height: 100%;
}
.info__content {
  font-size: max(1.5rem, 12px);
  line-height: 140%;
}
.info__content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 2.1875rem;
}
.info__content ul > li:not(:last-child) {
  margin-bottom: 1.625rem;
}
.info__bg {
  position: relative;
  max-width: 120rem;
  width: 100%;
}
.info__bg::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 58.4%;
}
.info__bg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .info {
    padding-top: 96px;
  }
  .info .section-title {
    font-size: 36px;
  }
  .info__content {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .info__content ul {
    margin-bottom: 20px;
  }
  .info__content ul > li:not(:last-child) {
    margin-bottom: 14px;
  }
}
/*# sourceMappingURL=info.css.map */
/*# sourceMappingURL=info.css.map */