@media (max-width: 991px) {
    .banner {
        padding: 60px 0 0;
    }

    .banner .textContent {
        height: auto;
        display: block;
    }

    .banner h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .banner h1 span:after {
        height: 5px;
        bottom: 5px;
    }

    .banner p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .banner small {
        font-size: 16px;
    }

    .banner .imgBlock {
        margin-top: 30px;
        margin-right: 0;
        height: auto;
    }
    .banner .imgBlock .txt{
        position: static;
    }
    .banner .imgBlock .txt.h{
        margin-right: auto;
    }
    .banner .imgBlock .txt.v{
        margin-left: 16%;
        margin-top: 10%;
    }
    .banner .imgBlock .txt.f{
        margin-left: auto;
    }
    .banner .imgBlock img {
        max-width: 100%;
    }
}