.gallery .single-article__title-row--wrapper {
  flex-wrap: wrap;
}

body.article .gallery .single__article__lead--text {
  font-weight: 500;
  width: auto;
}
.swiper-container-modal .fs-modal__logo {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
  background: white;
}
.swiper-container-modal .fs-modal__logo svg {
  fill: #157efc;
}
body.article .single-article__main-content--content.fullwidth {
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  body.article .gallery .single__article__lead--text {
    padding: 10px 10px 10px 0;
  }
}
