.owners-about {
  padding-top: 10rem;
  margin: -10rem 0 10rem;
}
.owners-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owners-about__container > * {
  width: 50%;
}
.owners-about__title span {
  display: block;
}
.owners-about__title {
  margin-bottom: 2rem;
}
.owners-about__text {
  max-width: 37.5rem;
  width: 100%;
  color: var(--white-07);
}
.owners-about__text > p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.owners-about__model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owners-about__model > * {
  width: 100%;
  height: 175%;
}
@media (max-width: 768px) {
  .owners-about {
    padding-top: 60px;
    margin: -70px 0 130px;
  }
  .owners-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .owners-about__container > * {
    width: 100%;
  }
  .owners-about__text {
    font-size: 16px;
    line-height: 140%;
  }
  .owners-about__model {
    height: 245px;
    margin: -20px 0 20px;
  }
}
/*# sourceMappingURL=owners-about.css.map */
/*# sourceMappingURL=owners-about.css.map */