:root {
    --theme-green: #0297BF
}

/*contact us page - start*/
.custom-contact-wrapper .primary button { background: #333; border: none !important; } 
.contact-social { margin-top: 20px; } 
.contact-social_item a { display: flex; position: relative; align-items: center; grid-gap: 10px; } 
.contact-social_item a img { width: 50px; height: 50px; } 
.contact-social_item-content { display: flex; flex-direction: column; } 
.contact-social_item-content strong { font-size: 18px; margin-bottom: 5px; color: #333; } 
.contact-social_item { margin-bottom: 20px; } 
.contact-social_item a:hover strong { color: #333; } 
.custom-contact-wrapper .primary button { background: #333; border: none !important; } 

@media (min-width: 992px){
   .custom-contact-wrapper { padding-top: 200px; } 
   .custom-contact-wrapper::before { content: ''; width: 100%; left: 0; position: absolute; background: url(../../images/contact-us-top.jpg) no-repeat center; background-size: contain; height: 200px; top: 230px; } 
}
/*contact us page - end*/