.banner-six {
    margin-top: 170px;
    margin-bottom: 70px;
}

.banner-six-title {
    display: block;
    height: 90px;
}


.banner-six-title--animated {
    display: block;
}

.banner-six-inner h1 {
    margin-bottom: 0;
    font-size: 90px;
}

.text-placeholer {
    display: none;
}

@media only screen and (max-width: 910px) {
    .banner-six-inner h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-six {
        margin-top: 75px;
        margin-bottom: 20px;
        min-height: 100px;
    }

    .banner-six span {
        height: 50px;
    }

    .banner-six-inner h1 {
        font-size: 40px;
    }

}

@media only screen and (max-width: 568px) {
    .banner-six h1 {
       font-size: 32px;
       line-height: 37px;
    }
}

@media only screen and (max-width: 400px) {
    .banner-six h1 {
        font-size: 28px;
        line-height: 34px;
    }
}