.display-spec2{ 
    font-size: 75px; 
    font-weight: 700;
    text-align: center;
    margin-top: 125px;
}

.instructorline {
    width: 60px;
    height: 4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px auto;
}
.reviewline{
    width: 60px;
    height: 4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px auto;
}
.section-title .line2 {
    width: 625px;
    height: 4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px 0;
}


#quote{ 
    font-size: 80px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;

}

.facultyHeader
{
    text-align: center;
}


.carousel-inner{
    position: relative;
}

.carousel-inner h1{
    /* text-align: center; */
}
.carousel-container {
    position: relative;
    /* background-color: #AAA26D;   */
    /* box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.12);   */
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    background-image: radial-gradient(circle,
        rgba(255, 255, 255, 0.95) 30%,
        rgba(244, 241, 241, 0.9) 100%);
}


.carousel-content { 
    display: flex; 
    transition: transform 0.75s ease-in-out; 
}



.button-container {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    position: absolute;
    top: 50%;
    width: 100%; 
    transform: translateY(-50%); 
}

.boton {    
    display: flex;
    padding: 12px 20px;
    gap: 10px; 
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: gold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    outline: none;
    
}



.boton:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}


.boton:active {
    transform: scale(0.95);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

#subheading{  
    font-weight: 500;
    color: var(--c-dark);
    line-height: 1.3;
    letter-spacing: -1px;
    text-align: center;
    /* margin-top: -75px; */
}

