/* HERO SECTION */
.hero {
    background-image: url('../assets/front/images/GB-College.jpeg'); 
    background-size: cover;
    background-position: center;
    color: white;
    text-align: left;
    padding: 130px 20px 110px;
    height: 200px;
}

.hero h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #a4243b;
}

.hero a {
    color: #a4243b;
    text-decoration: none;
    padding-left: 59px;
}

.custom-breadcrumb {
    padding: 5px 84px;
    background-color: #273e47;
    text-align: left;
}

.custom-breadcrumb p {
    font-size: 16px;
    margin-top: 10px;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.custom-breadcrumb a:hover {
    text-decoration: underline;
}

@media(max-width: 768px) {
    .hero h2 {
        font-size: 2rem;
    }
    .custom-breadcrumb p {
        font-size: 15px;
        margin-left: -56px;
    }
}

.custom-breadcrumb i {
    color: #ffffff;    
    font-size: 18px;
    margin: 0 6px;            
    vertical-align: middle;
}

