.background-image-text {
    padding: 16% 0;
}
.background-image-text .container {
    max-width: 860px;
}
.background-image-text .banner-heading h2 {
    margin: 0;
    font-size: 40px;
    color: #F9F5EF;
        text-align: center;
}

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

.background-image-text .banner-heading h2 {
    font-size: 28px;
}
}