.section_foto_text .title {
  white-space: pre;
}
.section_foto_text .title.h1 {
  margin-bottom: 20px;
}
.section_foto_text .title.h2 {
  margin-bottom: 8px;
}
.section_foto_text .image img {
  max-width: 100%;
  height: auto;
}
.section_foto_text .description {
  margin-bottom: 16px;
}
.section_foto_text .description.h3 {
  font-weight: 400;
}
.section_foto_text .author {
  font-weight: 700;
}
@media (max-width: 1119px) {
  .section_foto_text .image {
    margin: 64px 0 16px 0;
  }
}
@media (min-width: 1120px) {
  .section_foto_text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin-top: -128px;
  }
  .section_foto_text.no_margin {
    margin-top: 0;
  }
  .section_foto_text .text {
    padding: 0 33.3% 0 0;
  }
  .section_foto_text.image_desktop_right .text {
    order: 1;
    padding: 0 0 0 33.3%;
    text-align: right;
  }
  .section_foto_text.image_desktop_right .image {
    order: 2;
  }
}
