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

@media (min-width: 768px) {
  .section-faq-resources {
    padding: 80px 0;
  }
}

@media (min-width: 768px) {
  .section-resources__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media (min-width: 768px) {
  .single-solution__hero-inner {
    min-height: 280px;
    padding: 32px 0;
  }
}

@media (min-width: 768px) {
  .single-solution__header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    gap: 32px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 16px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .single-solution__header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
  }

  .single-solution__header-content > *:nth-child(1) {
    flex: 0 0 30%;
  }

  .single-solution__header-content > *:nth-child(2) {
    flex: 0 0 70%;
  }
}

@media (min-width: 768px) {
  .single-solution__header-column {
    width: auto;
  }
}