/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.eight-card {
  padding-bottom: 50px;
}
.eight-card .carousal-headline {
  line-height: 1.05;
  letter-spacing: -1px;
  text-align: center;
  margin: auto;
  padding-bottom: 56px;
  padding-top: 50px;
}
.eight-card .carousal-headline ~ div {
  width: 886px;
  position: relative;
  margin: auto;
}
.eight-card .eight-card-carousel {
  display: none;
}
.eight-card .eight-card-carousel .slick-dots {
  display: none !important;
}
.eight-card .eight-card-carousel .slick-arrow {
  position: absolute;
  right: 0;
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  left: auto;
  top: auto;
}
.eight-card .eight-card-carousel .slick-arrow.prev-arrow {
  bottom: -38px;
  right: 43px;
  transform: rotate(90deg);
}
.eight-card .eight-card-carousel .slick-arrow.next-arrow {
  transform: rotate(-90deg);
}
.eight-card .eight-card-carousel .image-tile .image-heading-text {
  padding: 0 33px;
}
.eight-card .eight-card-carousel .image-tile .image-heading-text > div {
  height: 100%;
  padding: 0;
  max-width: 100%;
  flex: 100%;
}
.eight-card .eight-card-carousel .image-tile .image-heading-text > div .heading-on-image {
  padding-left: 0;
  padding-right: 0;
}
.eight-card .eight-card-carousel .image-tile .image-heading-text .heading-on-image {
  line-height: 1.05;
  letter-spacing: -1px;
  height: auto;
  bottom: 0;
  position: absolute;
  top: auto;
  left: 0;
  margin-bottom: 55px;
  width: 100%;
  padding: 10px;
}
.eight-card .eight-card-carousel.slick-initialized {
  display: block;
}

.paging-info {
  position: absolute;
  bottom: -31px;
}

@media only screen and (max-width: 1024px) {
  .eight-card .carousal-headline ~ div {
    width: 86%;
  }
}
@media only screen and (max-width: 768px) {
  .eight-card {
    padding-bottom: 80px;
  }
  .eight-card .carousal-headline {
    padding-top: 40px;
  }
  .eight-card .carousal-headline ~ div {
    max-width: 414px;
    max-height: 500px;
    width: 100%;
  }
  .eight-card .eight-card-carousel .image-tile .image-heading-text .heading-on-image {
    text-align: left;
  }
}
@media only screen and (max-width: 420px) {
  .eight-card .eight-card-carousel .slick-arrow.next-arrow {
    right: 18px;
  }
  .paging-info {
    left: 15px;
  }
  .slick-arrow.prev-arrow {
    right: 65px !important;
  }
}
@media only screen and (max-width: 410px) {
  .eight-card {
    padding-bottom: 40px;
  }
}
