/**********************************************************
responsive
**********************************************************/
@media only screen and (max-width:600px) {

    #masthead .mt-search-social-wrapper { 
       justify-content: space-between;
    }    

    .footer-column-two .mt-footer-coumn.mt-column-3{
        width: 100%;
    }

    .footer-info-wrap{
        font-size: 20px;
    }

    .footer-image {
    margin-bottom: 10px;
    }
  }