.about {
  padding: 2rem 0;
}
.about__row {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
.about__row:not(:last-child) {
  margin-bottom: 3.125rem;
}
.about__text {
  line-height: 150%;
  font-size: 0.875rem;
}
.about__text:not(:first-child) {
  margin-top: 2em;
}
.about__text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.about__text ul {
  padding-left: 1em;
  max-width: 47.5em;
}
.about__text ul li {
  list-style: disc;
}
.about__text ul:not(:last-child) {
  margin-bottom: 1.5em;
}
.about__image img {
  border-radius: 0.75rem;
}
@media (min-width: 575.98px) {
  .about {
    padding: 4rem 0;
  }
}
@media (min-width: 767.98px) {
  .about__container.reverse .about__row:nth-child(odd) .about__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .about__container.reverse .about__row:nth-child(even) .about__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .about__row:nth-child(even) .about__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .about__image img {
    border-radius: 1.5rem;
  }
}
@media (min-width: 991.98px) {
  .about__row {
    gap: 6rem;
  }
  .about__text:not(:first-child) {
    margin-top: 3.12em;
  }
  .about__text {
    font-size: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .about__row:not(:last-child) {
    margin-bottom: 6.25rem;
  }
  .about__body {
    padding: 3.12rem;
  }
}
@media (min-width: 1439.98px) {
  .about {
    padding: 6.25rem 0;
  }
}
@media (max-width: 767.98px) {
  .about__body {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
