@media screen and (max-width: 52.5em)
{
    .footer
    {
        padding: 30px 0 30px 0;
    }

   .footer p {
       float: none;
       margin:0;
       text-align: center;
   }

}

@media screen and (max-width: 39.8125em)
{
    .box-custom {
        margin-top:15px;
    }
}


@media only screen and (max-width: 40em) {

.contain-to-grid {
        padding: 0;
    }
    
.custom-contact img {
        margin-top: 30px;
    }
.small-centered-text  {
        text-align: center;
    }
.custom-footer-padding {
        padding: 30px 0 0 0;
    }
.custom-footer h5 {
        margin-top: 15px;
    }
.custom-partners img {
        margin-top: 30px;
    }    

.custom-technology {
        margin-top: 15px;
    }
    
}