.nav-logo {
    max-height:18px;
}
@media (min-width: 992px) {
    .nav-logo {
        max-height:20px;
    }
}

.hero-headline {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .hero-headline {
        width: 75%;
    }
}
.hero-sub-headline {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .hero-sub-headline {
        width: 75%;
    }
}

.why-enrola-headline {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .why-enrola-headline {
        width: 75%;
    }
}
.why-enrola-sub-headline {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .why-enrola-sub-headline {
        width: 75%;
    }
}

.es-badge-title, .es-rating-value, .es-badge-total-reviews {
    color: #fff !important;
}

.education-provider-logo {
    width: 100px;
    height:auto;
    /*filter: grayscale(100%);*/
}