@media (min-width: 768px) {
  .section-header-blue__header {
    min-height: 280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .solutions-category-slider__swiper .swiper-slide {
    width: calc((100% - 40px) / 2);
  }
}