.small-contact-container{padding: 30px  0; background: #f0f0f0; min-height: 190px;}
.small-contact-container h3{margin: 0;padding-right: 40px;font-size: 30px;line-height: 36px;}


/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px) {
 
}

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px){
 
 
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px) { 
.small-contact-container{padding: 22px  15px 35px  15px; text-align: center; min-height: auto;}
.small-contact-container h3{font-size: 25px;padding: 0;margin-bottom: 30px;line-height: 30px;}


}
/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width: 575.98px) {

}