

/* What is SEA, mission, vision, slogan */

.school-question{
    letter-spacing: 5px;
    text-align: center;
}


.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex !important;
}

/* School Info */
.questions{
    text-decoration: underline;
    font-weight: bold;
}
.sea-desc{
    font-family: 'Inter-Regular';
    font-size: 12px;
}

/* End School Info */


/* Comment */
.comment{
    font-size: 14px;
    color: #414141;
    font-family: 'Inter-Regular';
}
.alumni-name{
    text-transform: uppercase;
    letter-spacing: 3px;
}
.alumni-card{
    background-color: white;
    border-radius: 15px;
}

/* End Comment */



