.seo-component-container {
  padding-bottom: clamp(3rem, 2rem + 2vw, 5rem);
}

.seo-component-container .custom-slick-carousel .pd-section {
  padding-left: 0;
  padding-right: 0;
}

.seo-component-container .ITC-text-underneath {
  padding-top: 1.5rem;
}

.seo-component-heading {
  font-size: var(--heading-font-size-mobile, 24px);
  font-weight: var(--skin-font-weight-regular);
}

@media (width >= 1000px) {
  .seo-component-heading {
    font-size: var(--heading-font-size-desktop, 40px);
  }
}

.seo-component-description {
  font-size: var(--description-font-size-mobile, 14px);
}

@media (width >= 1000px) {
  .seo-component-description {
    font-size: var(--description-font-size-desktop, 16px);
  }
}


/*# sourceMappingURL=seoComponent.css.map*/