.headline-text-image-block .image-wrapper {
    margin-bottom: 30px;
}

.headline-text-image-block .subtext {
    font-size: 1.05rem;
}

.headline-text-image-block h2 {
    margin-bottom: 15px;
}

.headline-text-image-block .button-holder {
    margin-top: 30px;
}

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

    .headline-text-image-block .image-wrapper {
        margin-bottom: 1rem;
    }

}

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

    .headline-text-image-block .image-wrapper img {
        height: 100px;
    }

}
