.about-column {
  max-width: 1392px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}
.about-column:last-child {
  margin-bottom: 0;
}
.about-column.about-column_reverse {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .about-column {
    gap: 16px;
  }
}
.about-column__external-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-column__external-title {
    font-size: 28px;
  }
}
.about-column__info {
  position: relative;
  flex: 1;
  width: 100%;
}
.about-column__info-title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-column__info-title {
    text-align: center;
    margin-bottom: 0;
  }
}
.about-column__info-text p span {
  font-weight: 700;
  color: var(--amc-main-color);
}
.about-column__picture {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.about-column__picture-title {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--amc-light-gray);
}
.about-column__picture .picture {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  width: auto;
}
.about-column__picture .picture__image {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .about-column__picture {
    width: 90%;
    flex: 0 0 auto;
  }
  .about-column__picture .picture {
    width: 100%;
  }
  .about-column__picture .picture__image {
    width: 100%;
    height: auto;
  }
}
.about-column__picture-second {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-column__picture-second {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}

.is-desktop {
  display: block;
  margin-bottom: 28px;
}

.is-mobile {
  display: none;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .is-desktop {
    display: none;
  }
  .is-mobile {
    display: block;
  }
}

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