.section__textphoto.textphoto__bottom .section__textphoto__body,
.section__textphoto.textphoto__top .section__textphoto__body {
  display: flex;
  gap: 55px;
}
.section__textphoto.textphoto__bottom .section__textphoto__img img,
.section__textphoto.textphoto__top .section__textphoto__img img {
  min-height: 250px;
  max-height: 450px;
}
.section__textphoto.textphoto__bottom .section__textphoto__info,
.section__textphoto.textphoto__top .section__textphoto__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* align-items: center; */
  gap: 20px;
}
.section__textphoto.textphoto__bottom .section__textphoto__inner,
.section__textphoto.textphoto__top .section__textphoto__inner {
  display: flex;
}
.section__textphoto.textphoto__top .section__textphoto__body {
  flex-direction: column;
}
.section__textphoto.textphoto__bottom .section__textphoto__body {
  flex-direction: column-reverse;
}
.section__textphoto.textphoto__left .section__textphoto__body,
.section__textphoto.textphoto__right .section__textphoto__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
.section__textphoto.textphoto__left .section__textphoto__img img,
.section__textphoto.textphoto__right .section__textphoto__img img {
  min-height: 400px;
}
.section__textphoto.textphoto__left .section__textphoto__info,
.section__textphoto.textphoto__right .section__textphoto__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section__textphoto .section__textphoto__info .section__textphoto__text a {
  text-decoration: underline;
  font-weight: 500;
}
.section__textphoto.textphoto__left .section__textphoto__info .section__textphoto__text,
.section__textphoto.textphoto__left .section__textphoto__info .section__textphoto__title,
.section__textphoto.textphoto__right .section__textphoto__info .section__textphoto__text,
.section__textphoto.textphoto__right .section__textphoto__info .section__textphoto__title {
  max-width: 495px;
}
.section__textphoto.textphoto__right .section__textphoto__body .section__textphoto__img {
  order: 2;
}
.section__textphoto.textphoto__right .section__textphoto__body .section__textphoto__info {
  order: 1;
}
.section__textphoto.logo__full .section__textphoto__img .icon {
  width: 313px;
  height: 61px;
}
.section__textphoto.logo__small .section__textphoto__img .icon {
  width: 192px;
  height: 90px;
}
.section__textphoto__img {
  position: relative;
}
.section__textphoto__img img {
  width: 100%;
  height: 100%;
}
.section__textphoto__img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section__textphoto__img .icon use {
  color: var(--color-white);
}
.section__textphoto.logo__full .section__textphoto__img::after,
.section__textphoto.logo__small .section__textphoto__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black-50);
  z-index: 1;
}
.section__textphoto__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
@media (min-width: 993px) {
  .section__textphoto.textphoto__bottom .section__textphoto__title,
  .section__textphoto.textphoto__top .section__textphoto__title {
    max-width: 500px;
  }
}
@media (max-width: 1280px) {
  .section__textphoto.textphoto__bottom .section__textphoto__body,
  .section__textphoto.textphoto__top .section__textphoto__body {
    gap: 36px;
  }
  .section__textphoto.textphoto__left .section__textphoto__body,
  .section__textphoto.textphoto__right .section__textphoto__body {
    gap: 20px;
  }
  .section__textphoto.textphoto__left .section__textphoto__info .section__textphoto__text,
  .section__textphoto.textphoto__left .section__textphoto__info .section__textphoto__title,
  .section__textphoto.textphoto__right .section__textphoto__info .section__textphoto__text,
  .section__textphoto.textphoto__right .section__textphoto__info .section__textphoto__title {
    max-width: 460px;
  }
}
@media (max-width: 992px) {
  .section__textphoto.textphoto__bottom .section__textphoto__info,
  .section__textphoto.textphoto__top .section__textphoto__info {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section__textphoto.textphoto__bottom .section__textphoto__inner,
  .section__textphoto.textphoto__top .section__textphoto__inner {
    flex-direction: row;
    gap: 64px;
  }
  .section__textphoto.textphoto__left .section__textphoto__body,
  .section__textphoto.textphoto__right .section__textphoto__body {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .section__textphoto.textphoto__left .section__textphoto__img img,
  .section__textphoto.textphoto__right .section__textphoto__img img {
    min-height: auto;
    max-height: 400px;
  }
  .section__textphoto.textphoto__left .section__textphoto__info .section__textphoto__text,
  .section__textphoto.textphoto__left .section__textphoto__info .section__textphoto__title,
  .section__textphoto.textphoto__right .section__textphoto__info .section__textphoto__text,
  .section__textphoto.textphoto__right .section__textphoto__info .section__textphoto__title {
    max-width: none;
  }
  .section__textphoto.textphoto__left .section__textphoto__info,
  .section__textphoto.textphoto__right .section__textphoto__info {
    flex-direction: row;
    gap: 48px;
  }
  .section__textphoto.textphoto__left .section__textphoto__info .section__textphoto__title,
  .section__textphoto.textphoto__right .section__textphoto__info .section__textphoto__title {
    min-width: 210px;
    word-break: break-word;
  }
  .section__textphoto.textphoto__left .section__textphoto__body .section__textphoto__img {
    order: 2;
  }
  .section__textphoto.textphoto__left .section__textphoto__body .section__textphoto__info {
    order: 1;
  }
  .section__textphoto.textphoto__right .section__textphoto__body .section__textphoto__img {
    order: 1;
  }
  .section__textphoto.textphoto__right .section__textphoto__body .section__textphoto__info {
    order: 2;
  }
  .section__textphoto.logo__full .section__textphoto__img .icon {
    width: 199px;
    height: 39px;
  }
}
@media (max-width: 560px) {
  .section__textphoto.textphoto__bottom .section__textphoto__inner,
  .section__textphoto.textphoto__top .section__textphoto__inner {
    flex-direction: column;
  }
  .section__textphoto.textphoto__left .section__textphoto__body,
  .section__textphoto.textphoto__right .section__textphoto__body {
    gap: 24px;
  }
  .section__textphoto.textphoto__left .section__textphoto__img img,
  .section__textphoto.textphoto__right .section__textphoto__img img {
    min-height: auto;
    max-height: 200px;
  }
  .section__textphoto.textphoto__left .section__textphoto__info,
  .section__textphoto.textphoto__right .section__textphoto__info {
    flex-direction: column;
    gap: 12px;
  }
  .section__textphoto.logo__small .section__textphoto__img .icon {
    width: 109px;
    height: 52px;
  }
  .section__textphoto.logo__full .section__textphoto__img .icon {
    width: 145px;
    height: 29px;
  }
  .section__textphoto__inner {
    gap: 24px;
  }
  .section__textphoto.textphoto__bottom .section__textphoto__inner,
  .section__textphoto.textphoto__top .section__textphoto__inner {
    gap: 24px;
  }
}
