.pdm_layout_Animated_Intro {
  padding-top: 3rem;
  overflow-x: hidden;
}

.pdm_layout_Animated_Intro .carousel-item {
  font-size: 3.5rem;
  color: #555;
  font-weight: 700;
  transition: all .25s ease-in-out;
}

.pdm_layout_Animated_Intro .carousel-item:nth-of-type(n) {
  color: #ff4d00;
}
.pdm_layout_Animated_Intro .carousel-item:nth-of-type(2n) {
  color: #f4ad3b;
}
.pdm_layout_Animated_Intro .carousel-item:nth-of-type(3n) {
  color: #5cbdaf;
}
.pdm_layout_Animated_Intro .carousel-item:nth-of-type(4n) {
  color: #9192ea;
}

.pdm_layout_Animated_Intro .carousel-fade .carousel-item-next.carousel-item-left,
.pdm_layout_Animated_Intro .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 0;
}

@media (max-width: 575px) {
  .pdm_layout_Animated_Intro .intro-image {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}
@media (max-width: 767px) {
  .pdm_layout_Animated_Intro .carousel-item {
    font-size: 4rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pdm_layout_Animated_Intro .intro-image {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pdm_layout_Animated_Intro .intro-image {
    margin-top: 2rem;
  }
  .pdm_layout_Animated_Intro .carousel-item {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .pdm_layout_Animated_Intro .carousel-item {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .pdm_layout_Animated_Intro .intro-image {
    top: -104px;
    position: relative;
    z-index: 2;
  }
}
