#provost-carousel h2 {
    display: flex;
    justify-content: center;
    margin: 0;
}

.provost-carousel-intro {
    margin-left: auto;
    margin-right: auto;

}

@media (min-width: 768px) {
    .provost-carousel-intro {
        max-width: 740px;
        text-align: center;
    }
}

/* carousel */
.carousel-wrapper {
    background-color: #F5F5F5;
    clip-path: inset(-25% 0 -15% 0);
}

#carouselExample {
    margin-top: 150px;
}

.faculty-carousel-container {
    min-height: 726px;
    position: relative;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    align-items: center;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
       color: #C8102E;
    opacity: unset;
}

.carousel-inner {
    overflow: visible;
}

.faculty-carousel-container img {
    border-radius: 50%;
    position: absolute;
    top: -120px;
}

.faculty-carousel-container .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-top: 200px;
}

.faculty-carousel-container .sub-title {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    margin-top: -10px;
}

.faculty-carousel-container .bio {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}

.carousel-wrapper .pff-member-btn {
    background-color: #C8102E;
    border: 1px solid #960C22;
    border-radius: 50px;
    width: 100%;
    max-width: 300px;
    height: 64px;
    font-size: 18px;
    position: absolute;
    bottom: -3%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-wrapper .pff-member-btn:hover {
    background-color: #960C22;
    text-decoration: none;
}

.carousel-wrapper .pff-member-container{
    display: flex;
    justify-content: center;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    text-shadow: none;
}

@media (min-width: 768px) {
    .faculty-carousel-container .sub-title {
        max-width: 412px;
    }

    .faculty-carousel-container .bio {
        max-width: 740px;
    }

    .carousel-wrapper .pff-member-btn {
        width: 480px;
        max-width: none;
    }

    .faculty-carousel-container img {
        top: -80px;
        height: 350px;
        width: 350px;
    }
    
    .faculty-carousel-container {
    justify-content: center;
}
}

@media (max-width: 767px) {
.faculty-carousel-container {
    padding-bottom: 20px;
}
   .faculty-carousel-container .title {
    margin-top: 250px;
} 
    
}
