.section__text2photo.text2photo__right .section__text2photo__body {
  flex-direction: row;
}
.section__text2photo.text2photo__left .section__text2photo__body {
  flex-direction: row-reverse;
}
.section__text2photo__body {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.section__text2photo__info {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
.section__text2photo__text a:not([class]) {
  text-decoration: underline;
  font-weight: 500;
}
.section__text2photo__imgs {
  display: flex;
  gap: 38px;
  max-width: 710px;
  width: 100%;
}
.section__text2photo__img {
  max-width: 385px;
  width: 100%;
  height: 100%;
}
.section__text2photo__img img {
  aspect-ratio: 385/405;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section__text2photo__img:first-child {
  max-width: 285px;
}
.section__text2photo__img:first-child img {
  aspect-ratio: 285/247;
}
@media (min-width: 120em) {
  .section__text2photo.text2photo__right .section__text2photo__imgs {
    margin-right: -6.25rem;
  }
  .section__text2photo.text2photo__left .section__text2photo__imgs {
    margin-left: -6.25rem;
  }
}
@media (max-width: 1280px) {
  .section__text2photo__info {
    max-width: 450px;
  }
  .section__text2photo__imgs {
    max-width: 550px;
  }
  .section__text2photo__img {
    max-width: 295px;
  }
  .section__text2photo__img img {
    aspect-ratio: 295/310;
  }
  .section__text2photo__img:first-child {
    max-width: 220px;
  }
  .section__text2photo__img:first-child img {
    aspect-ratio: 220/190;
  }
}
@media (max-width: 80em) {
  .section__text2photo.text2photo__right .section__text2photo__imgs {
    margin-right: 0.0000000625rem;
  }
  .section__text2photo.text2photo__left .section__text2photo__imgs {
    margin-left: 0.0000000625rem;
  }
}
@media (max-width: 1280px) and (max-width: 62em) {
  .section__text2photo.text2photo__right .section__text2photo__imgs {
    margin-right: 0.0000000625rem;
  }
  .section__text2photo.text2photo__left .section__text2photo__imgs {
    margin-left: 0.0000000625rem;
  }
}
@media (max-width: 992px) {
  .section__text2photo.text2photo__right .section__text2photo__imgs {
    margin-right: 0;
    align-items: flex-start;
  }
  .section__text2photo.text2photo__left .section__text2photo__imgs {
    margin-left: 0;
    align-items: flex-end;
  }
  .section__text2photo__info {
    max-width: none;
    gap: 48px;
  }
  .section__text2photo__imgs {
    max-width: 230px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .section__text2photo__img img {
    aspect-ratio: 230/243;
  }
  .section__text2photo__img:first-child {
    max-width: 170px;
  }
  .section__text2photo__img:first-child img {
    aspect-ratio: 170/150;
  }
}
@media (max-width: 660px) {
  .section__text2photo.text2photo__right .section__text2photo__body {
    flex-direction: column-reverse;
  }
  .section__text2photo.text2photo__left .section__text2photo__body {
    flex-direction: column-reverse;
  }
  .section__text2photo__body {
    gap: 36px;
  }
  .section__text2photo__info {
    max-width: none;
    gap: 16px;
  }
  .section__text2photo__imgs {
    flex-direction: row-reverse;
    max-width: none;
  }
  .section__text2photo__img {
    max-width: none;
    width: 57%;
  }
  .section__text2photo__img img {
    aspect-ratio: 181/191;
  }
  .section__text2photo__img:first-child {
    width: 43%;
    max-width: none;
  }
  .section__text2photo__img:first-child img {
    aspect-ratio: 134/116;
  }
}
@media (min-width: 80em) and (max-width: 120em) {
  .section__text2photo.text2photo__right .section__text2photo__imgs {
    margin-right: clamp(-6.25rem, 12.5000001875rem + -15.6250001563vw, 0.0000000625rem);
  }
  .section__text2photo.text2photo__left .section__text2photo__imgs {
    margin-left: clamp(-6.25rem, 12.5000001875rem + -15.6250001563vw, 0.0000000625rem);
  }
}
@media (max-width: 1280px) and (min-width: 80em) {
  .section__text2photo.text2photo__right .section__text2photo__imgs {
    margin-right: -4.375rem;
  }
  .section__text2photo.text2photo__left .section__text2photo__imgs {
    margin-left: -4.375rem;
  }
}
@media (max-width: 1280px) and (min-width: 62em) and (max-width: 80em) {
  .section__text2photo.text2photo__right .section__text2photo__imgs {
    margin-right: clamp(-4.375rem, 15.0694447222rem + -24.3055559028vw, 0.0000000625rem);
  }
  .section__text2photo.text2photo__left .section__text2photo__imgs {
    margin-left: clamp(-4.375rem, 15.0694447222rem + -24.3055559028vw, 0.0000000625rem);
  }
}
