

/*BEGIN SECTION-SUPPLEMENTS*/


.section-contact-us-wrap  {
background: url('background.png');
padding: 25px;
display: flex;
flex-direction: row;
gap: 50px;
}





.section-contact-us-container {
color: #fff;
width: 100%;
display: flex;
flex-direction: column;
gap: 25px;  
align-items: center;
}




@media only screen and (min-width: 1121px)  {
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {





}
@media only screen and (min-width: 150px) and (max-width: 768px) {



}


}
/*END SECTION-SUPPLEMENTS*/
