.large-contact-container{padding: 30px  0; min-height: 190px; }
.large-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) {
 .large-contact-container h3 br{display: none;}
}
/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width: 767.98px){
.large-contact-container{padding: 25px  15px 35px  15px;min-height: auto;}
.large-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) {

}