.content {
  margin: 0.9375rem 0 6.875rem;
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content__row:not(:last-child) {
  margin-bottom: 6.25rem;
}
.content__img {
  position: relative;
  width: 100%;
}
.content__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 45.4%;
}
.content__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}
.content__img:not(:first-child)::before {
  padding-top: 78.15%;
}
.content__wrapper:not(:last-child) {
  margin-right: 2.5rem;
  max-width: 34.5rem;
}
.content__title {
  margin-bottom: 2.5rem;
}
.content__text {
  font-size: max(1.5rem, 12px);
  line-height: 135%;
  color: var(--text-gray);
}
@media (max-width: 768px) {
  .content {
    margin: 16px 0 100px;
  }
  .content__row:not(:last-child) {
    margin-bottom: 120px;
  }
  .content__row:first-child {
    margin-bottom: 60px;
  }
  .content__img::before {
    padding-top: 71.5%;
  }
  .content__img > img {
    border-radius: 16px;
  }
  .content__img:not(:first-child) {
    margin-bottom: 40px;
  }
  .content__img:not(:first-child)::before {
    padding-top: 65.6%;
  }
  .content__title {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .content__text {
    font-size: 16px;
    line-height: 145%;
  }
  .content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content__wrapper:not(:last-child) {
    margin-right: unset;
    max-width: unset;
  }
}
/*# sourceMappingURL=content.css.map */
/*# sourceMappingURL=content.css.map */