.custom-image-banner .banner__heading {
    display: inline;
    color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 10px;
    line-height: 6rem;
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .custom-image-banner .banner__heading {
        line-height: 7rem;
    }
}