.image-text.graphics + .bg-white {
    padding-top: 0px;
}

.image-text.bg-gold .sub-heading {
    color: #F2B740;
}

.image-text.bg-gold .btn-primary {
    background: #E59E10;
    color: #FFF;
    transition: all ease-in-out 0.3s;
}

.image-text.bg-gold .btn-primary:hover {
    color: #FFF;
    background: #99690B;
    padding-right: 38px;
    transition: all ease-in-out 0.3s;
}

.image-text.graphics .image-text__bg {
    transform: scale(1.35);
    transform-origin: top;
}

@media (min-width: 1200px) {
    .image-text.graphics .image-text__bg {
        transform: none;
    }
}