
.higher-section-1{
    padding:50px 0; 
}
.higher-section-1 h3{
    margin-bottom:20px; 
    color:#0065b3; 
    line-height: 1.4;
    font-size: 3rem;
}

.higher-section-1 p{
    margin-bottom:20px; 
    color:#000000; 
    font-size:16px; 
    line-height:22px;
}
.higher-section-1 p a{
    color:#000000; 
    font-weight: 700
}
.higher-section-1 .logoicon {
    border: 2px solid #cf2227;
    padding: 5px;
}
.higher-section-2 {  
    padding:0px 0 50px 0; 
}
.higher-section-2 h3{
    margin-bottom:20px; 
    color:#000000; 
    line-height: 1.4;
    font-size: 2.8rem;
}
.higher-section-2 div.heading{
    margin-bottom:15px;
    font-weight: 700; 
    line-height: 1.4;
    background-color:#0065b3; 
    font-size: 2.2rem;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: Lato,serif;
    color: #ffffff;
}
.higher-section-2 .school-wrapper{
    position: relative;
    margin: 0px auto 15px auto;
    padding: 0 40px;

}
.testimonial-wrapper {
    justify-content:flex-start;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px;
    background: #dfe9f0;
    overflow: hidden;
    text-align: left;
}
.testimonial-wrapper img {
    width:150px!important;
    height: auto;
}
.testimonial-description{
display: inline-block;
font-size: 14px;
padding: 0 15px;
line-height: 1.2;
}

@media screen and (max-width: 768px) {
.higher-section-1 h3{
    font-size: 2rem;
    }
    
.higher-section-2 h3{
        margin-bottom:20px; 
        color:#000000; 
        line-height: 1.4;
        font-size: 2rem;
    }
.higher-section-2 div.heading{
        font-size: 1.5rem;
    }
.higher-section-2 .school-wrapper{
        padding: 0 0px;
    
    }
}
