.cpap__shop-brands {
  &.cpap__shop-brands-popular {
    padding: 0;
    margin-bottom: 80px;

    @media (max-width: 768px) {
      margin-bottom: 40px;
    }

    .cpap__shop-brands__header {
      display: block !important;
      margin-bottom: 40px !important;

      @media (max-width: 768px) {
        margin-bottom: 24px !important;
      }
    }

    .cpap__shop-brands__header-text {
      font-size: 24px !important;
      line-height: 32px !important;
      color: var(--cpap-primary-soft-black);
    }
  }
}
