.about {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.about:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .about_style--reverse-even:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .about_style--reverse-odd {
    flex-direction: row-reverse;
  }
  .about_style--reverse-odd:nth-child(2n-1) {
    flex-direction: row;
  }
}
.about__info {
  position: sticky;
  top: 24px;
  flex: 1;
  width: 100%;
  height: 100%;
}
.about__info-title {
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about__info-title {
    text-align: center;
    margin-bottom: 0;
  }
}
.about__info-text p span, .about__info-text p b {
  font-weight: 700;
  color: var(--amc-main-color);
}
.about__info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .about__info-list {
    gap: 16px;
    margin-top: 0;
  }
}
.about__picture {
  position: sticky;
  top: 24px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .about__picture {
    flex: 0.75;
  }
}
@media screen and (max-width: 992px) {
  .about__picture {
    flex: 0.5;
  }
}
.about__picture-title {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--amc-light-gray);
}
.about__picture .picture {
  border-radius: 16px;
  box-shadow: var(--amc-box-shadow);
  overflow: hidden;
  margin-bottom: 20px;
}
.about__picture .picture__image {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .about__picture {
    width: 100%;
    position: static;
    flex: 1;
  }
}

/*# sourceMappingURL=style.min.css.map */
