  #teaserCarouselCards .content-card-carousel__item .content-card__content {
  height: 380px;
}

#teaserCarouselCards .teaserCarousel-nav {
  text-align: center;
  margin-top: 38px;
}
#teaserCarouselCards .teaserCarousel-nav .owl-prev,
#teaserCarouselCards .teaserCarousel-nav .owl-next {
  position: relative;
  top: -1rem;
  background-color: #a7a9ab;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  z-index: 10;
  padding: 0.7rem 1.5rem;
  border-radius: 0.5rem;
}

#teaserCarouselCards .owl-carousel .owl-item {
  max-height: unset;
  transition: all 0.5s ease;
}

#teaserCarouselCards .owl-item.active.center {
  transform: scale(1.05);
}

#teaserCarouselCards .subheading-style-1 {
  font-size: 0.75rem;
}
#teaserCarouselCards .body-style-2 {
  font-size: 0.9rem;
}
#teaserCarouselCards .heading-style-5 {
  font-size: 1.25rem;
}
