.modules-slider__box .hint.hint-bg svg {
  transform: rotate(-90deg);
}
.modules__slide-inner .modules__slider-text {
  max-width: initial;
}
.fontext {
 text-shadow: 0 0 10px black;
}

@media screen and (min-width: 1025px) {
    .solution__body {
        max-height: 163px;
        overflow: hidden;
    }
    .slider-img__wrapper {
        max-height: 84px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
  .block-full-screen.no-offset.vh-100 {
    height: auto;
    min-height: auto;
  }
  .modules.section.section-bg {
    padding-top: 35px;
  }
}