.scrolling-banner{
  padding: 10px !important;
}


.scrolling-banner__item.scrolling-banner__text{
  font-weight: 400;
  font-size: 32px;
  color: var(--dark-color);
}


.scrolling-banner__item.scrolling-banner__text.text-bold {
  font-weight: 700;
}

.scrolling-banner__item.scrolling-banner__text:hover{
  opacity: 1;
}

.icons-with-text.section{
  background: var(--additional-color);
}


.slide-nav--inline .slider-nav__btn:disabled{
  opacity: 0;
}


.icons-with-text__text.rte{
  color: var(--white-color);
}

.icons-with-text__text.rte strong{
  font-weight: 600;
}

.icons-with-text__text.rte .rte.text-body-medium{
  font-weight: 400;
  font-size: 14px;
}


.cc-icons-with-text .icons-with-text .slider-nav__btn svg path{
  stroke: var(--white-color);
}

@media screen and (max-width: 749px) {
  /* Icons with text: mobile vertical centering only */
  .cc-icons-with-text .icons-with-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .cc-icons-with-text .icons-with-text .container.relative {
    display: flex !important;
    align-items: center !important;
  }

  .cc-icons-with-text .icons-with-text carousel-slider,
  .cc-icons-with-text .icons-with-text .carousel,
  .cc-icons-with-text .icons-with-text .slider,
  .cc-icons-with-text .icons-with-text .slider__grid {
    min-height: 74px !important;
    height: 74px !important;
    align-items: center !important;
  }

  .cc-icons-with-text .icons-with-text .slider__item {
    min-height: 74px !important;
    height: 74px !important;
    display: flex !important;
    align-items: center !important;
  }

  .cc-icons-with-text .icons-with-text .slider__item > a {
    min-height: 74px !important;
    height: 74px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .cc-icons-with-text .icons-with-text .icons-with-text__text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin-top: 0 !important;
  }

  .cc-icons-with-text .icons-with-text .icons-with-text__text p,
  .cc-icons-with-text .icons-with-text .icons-with-text__text .rte,
  .cc-icons-with-text .icons-with-text .icons-with-text__text .rte p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
  }

  .cc-icons-with-text .icons-with-text .slider-nav {
    top: 0 !important;
    bottom: 0 !important;
    height: 74px !important;
    display: flex !important;
    align-items: center !important;
  }

  .cc-icons-with-text .icons-with-text .slider-nav__btn {
    height: 74px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
