/* Mobile hero adjustments */
@media only screen and (max-width: 767px) {

    .hero-wrap {
        min-height: 100vh;
        height: auto !important;
    }

    .hero-title-wrap {
        position: relative;
        padding: 100px 20px 100px;
    }

    .hero-title {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero-title h4 {
        font-size: 15px !important;
        margin-bottom: 10px;
    }

    .hero-title h2 {
        font-size: 30px !important;
        line-height: 1.15 !important;
        margin-bottom: 15px;
    }

    .hero-title p {
        font-size: 14px !important;
        line-height: 1.4 !important;
        padding-top: 0 !important;
        margin-bottom: 15px;
    }

    .hero-title p:last-of-type {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

    .hero-title br {
        display: none;
    }

    /* Centre buttons on mobile */
    .hero-title .hero_btn {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 10px auto !important;
        text-align: center;
        box-sizing: border-box;
        float: none !important;
        position: relative;
        left: auto !important;
        right: auto !important;
    }

    .hero-bottom-container {
        display: none;
    }
}
