@media screen and (max-width: 767px) {
    section.hide-bg-image-on-mobile {
        background-image: none !important;
    }

    section.hide-bg-image-on-mobile .hero-title-component {
        min-height: unset !important;
    }

    section.hide-bg-image-on-mobile .hero-title-component .hero-title-textpanel--compaign {
        margin-top: unset;
    }

    section.hide-bg-image-on-mobile .hero-title-component .btn.btn--transparent {
        border: 1px solid #fff;
    }
}