@media only screen and (max-width: 992px) {}

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

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

    /* .banner-content h3 {
        margin: initial;
        float: none;
        /* font-size: 28px;
        max-width: 630px;
        line-height: 34px;
        color: #fff;
    } */

    /* .text-box {
        text-align: center;
    } */

}

@media only screen and (width: 540px) {}