@media only screen and (max-width:768px) {
    *.animated {
        animation-duration: inherit !important;
    }

    .industies-box {
        width: 50%;
        margin-bottom: 30px;
    }


}

@media only screen and (max-width:480px) {
    *.animated {
        animation-duration: inherit !important;
    }

    .industies-box {
        width: 100%;
        margin-bottom: 30px;
    }


}

@media only screen and (max-width: 320px) {
    *.animated {
        animation-duration: inherit !important;
    }

}