/* Start Enrollment Banner */
.enrollment-banner
{
    background: -o-linear-gradient(59.73deg, #99E2F2 0%, #ECEEF4 81.57%);
    background: linear-gradient(30.27deg, #99E2F2 0%, #ECEEF4 81.57%);
    padding-top: 80px;
    max-height: 100vh;
    min-height: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.enrollment-banner h6
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 10px;
}
.enrollment-banner h5
{
    margin-bottom: 40px;
}
/* End Enrollment Banner */

/* Start Students Enrolled */
.students-enrolled
{
    padding-top: 100px;
    padding-bottom: 20px;
    background: #FAFCFE;
}
.students-enrolled .title
{
    margin-bottom: 100px;
}
.students-enrolled .title h5
{
    color: #4A4A68;
    margin-bottom: 40px;
}
.students-enrolled .item
{
    margin-bottom: 80px;
}
.students-enrolled .item h5
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 50px;
}
.students-enrolled .item h3
{
    margin-bottom: 10px;
}
.students-enrolled .item h6
{
    color: #4A4A68
}
/* End Students Enrolled */

/* Start Enrollment Financial Success */
.enrollment-financial-success
{
    padding-top: 100px;
    padding-bottom: 80px;
}
.enrollment-financial-success h2
{
    color: #050318;
    margin-bottom: 20px;
}
.enrollment-financial-success h5
{
    color: #050318
}
/* End Enrollment Financial Success */

/* Start Financial Situation */
.financial-situation
{
    padding-top: 100px;
    padding-bottom: 20px;
    background: #24214B;
    color: #fff;
}
.financial-situation .title
{
    margin-bottom: 90px;
}
.financial-situation .title h5
{
    color: #C4C7D2;
}
.financial-situation .content h5
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 60px;
}
.financial-situation .content .media
{
    margin-bottom: 80px;
}
.financial-situation .content .media img
{
    width: 100px;
    margin-right: 60px;
}
.financial-situation .content .media .media-body h3
{
    margin-bottom: 10px;
}
.financial-situation .content .media .media-body h5
{
    color: #C4C7D2;
    font-family: "Gloriola-Regular", sans-serif;
    margin-bottom: 40px;
}
.financial-situation .content .media .media-body a.btn
{
    border-color: #0C9FF2;
}
/* End Financial Situation */