
.section-ending-slogan q:before,
.section-ending-slogan q:after,
.page-about-us .section-ending-slogan q:before,
.page-about-us .section-ending-slogan q:after{
    /* font-family: arial, sans-serif; */
    font-family: 'Public Sans', sans-serif;
    color: #5fa7d9; 
    font-size: 1.2em;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.2;
}









@media (min-width: 1200px){
   
}







/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
   
}


@media screen and (max-width: 767px) {
    
 
}

/* Landscape phone to below */
@media (max-width: 480px) {

    .wrapper_middle{ padding: 20px 0; }
    
    
}



