/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gdpr #banner-2286 {
    padding: var(--sectionPadding);
    padding-top: clamp(11.875rem, 25vw, 17.5rem);
    padding-bottom: 4rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #gdpr #banner-2286 .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #gdpr #banner-2286 .cs-int-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 600;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 1rem;
    color: var(--white);
    position: relative;
    max-width: 40rem;
  }
  #gdpr #banner-2286 .cs-text {
    text-align: inherit;
    margin-bottom: clamp(3.75rem, 7vw, 7.5rem);
    max-width: 43.75rem;
    color: var(--white);
  }
  #gdpr #banner-2286 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #gdpr #banner-2286 .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0.72;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #gdpr #banner-2286 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

/*-- -------------------------- -->
<---          Uppgifter         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gdpr #sbs-2348 {
    padding: var(--sectionPadding);
    padding-bottom: clamp(6.25rem, 8vw, 12.5rem);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #gdpr #sbs-2348 .cs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 112.5rem;
    margin: 2rem auto 0 auto;
    padding: 0 clamp(1rem, 5vw, 5rem);
    box-sizing: border-box;
  }
  #gdpr #sbs-2348 .cs-service {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  }
  #gdpr #sbs-2348 .cs-service-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  #gdpr #sbs-2348 .cs-service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark, #1a1a1a);
    margin: 0;
  }
  #gdpr #sbs-2348 .cs-service-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--gray, #555);
    margin: 0;
  }
  #gdpr #sbs-2348 .em {
    color: var(--gray, #555);
    text-decoration: none;
  }
  #gdpr #sbs-2348 .em:hover {
    color: var(--secondary);
  }
}

/* Tablet -768px */
@media only screen and (min-width: 48rem) {
  #gdpr #sbs-2348 .cs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}