/* Custom CSS Goes Here */

.logopad {
    margin-left: 20px;
}
@media only screen and (max-width:767px){
    .footer .w-30 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .footer-col.text-box-content img {
        float: left;
        display: block;
        width: auto;
    }
    .logopad {
        margin-left: 0px;
    }
}