.support-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.support-hero img {
    width: 100%;
    height: auto;
}

.support-hero .site-container {
    position: absolute;
}

.support-hero__title {
    text-align: left;
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 45px;
}

@media only screen and (max-width: 767px) {
    .support-hero__title {
        text-align: left;
        width: 100%;
        display: block;
        font-weight: 300;
        font-size: 25px;
    }
}