.intro.content > [id*="Banner"] {
  background: rgba(32,45,67,1);
}

.intro.content .carousel-caption {
  top: 25%;
  bottom: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 768px;
  left: 50%;
  right: inherit;
  transform: translateX(-50%);
}
.intro.content ol.carousel-indicators {
  display: none;
}
.intro.content .carousel .item img {
  width: 100%;
}
.intro.content a.carousel-control-prev, .intro.content a.carousel-control-next {
  display: none;
}
.partners.content .carousel-caption>div:before {
  content: "OUR PARTNERS";
  font-size: 1.25rem;
  letter-spacing: .02em;
  font-weight: 600;
}
/*** red line ***/
.content .carousel-caption h1:before {
  content: "";
  border-bottom: 2px solid var(--red);
    display: block;
    width: 90px;
    margin: 30px auto;
    }
.intro.content .carousel-caption h1 {
  color: #fff;
  font-weight: 900;
}
.intro.content .carousel-caption h3 p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 0px 10rem;
}
.content .carousel-caption h3 {
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
.content .carousel-caption h3 p {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 2.5rem;
}
.intro.content span.content-carousel-caption-period {
  font-weight: bold;
  color: var(--red);
    }

.leadIn a.btn.btn-custom {
    background: transparent!important;
    border: 2px solid var(--red)!important;
    color: var(--red)!important;
}
.leadIn a.btn.btn-custom:hover {
    background: var(--red)!important;
    border: 2px solid var(--red)!important;
    color: #fff!important;
}
section.partnerLogos div.col-3 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
section.partnerLogos img {
    max-width: 250px;
    height: auto;
    margin: 20px auto;
}
section.partnerLogos p {
    text-align: center;
}