.vguide {
    position: relative;
    display: block;
    background-color: #485644;
    width: 100%;
    background-image: url(/includes/public/assets/shared/footer-background-redesign@3x.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
    height: 100%;
}

.vguide:after {
    content: '';
    height: 94%;
    width: 98%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
}

.cta-cont .vguide {
    min-height: 83px;
    z-index: 1;
}

.vguide .title {
    color: #FFF;
    position: relative;
    max-width: 500px;
    padding: 15px 70px 15px 72px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 100%;
}

.vguide .title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    left: 0px;
    clip-path: ellipse(44% 40% at 50% 99%);
    background-color: #515f4e;
}

.vguide .title img {
    position: absolute;
    bottom: 0;
    right: -38px;
    width: 109px;
    transform: rotate(15deg) translateY(41%) translateX(15%);
    z-index: -1;
}

.vguide h2 {
    font-family: var(--font-wilco-bass);
    font-size: 24px;
    line-height: 34px;
    /* text-transform: uppercase; */
}

.vguide h3 {
    font-weight: 600;
    font-family: var(--font-thirsty-rough);
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 5px;
}

@media (min-width: 64em) {
    .vguide {
        background-image: url(/includes/public/assets/shared/footer-background-redesign-desktop.png);
        background-size: 120%;
        background-position-y: 20px;
    }

    .cta-cont .vguide {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vguide .title:after {
        clip-path: ellipse(40% 85% at 50% 120%);
    }

    .vguide .title {
        max-width: 568px;
        padding: 35px 70px 25px 72px;
        width: 100%;
    }

    .vguide .title img {
        right: calc(22px + (0 - 22) * ((100vw - 1025px) / (1440 - 1025)));
        width: calc(150px + (180 - 150) * ((100vw - 1025px) / (1440 - 1025)));
        transform: rotate(15deg) translateY(28%) translateX(0%);
    }

    .vguide h2 {
        font-size: 36px;
    }
    .vguide h3 {
        font-size: calc(25px + (32.92 - 25) * ((100vw - 1025px) / (1440 - 1025)));
        margin-bottom: 10px;
    }
}

@media (min-width: 1440px) {
    .vguide .title img {
        width: 180px;
        right: 0px;
    }

    .vguide h2 {
        font-size: 40px;
    }
    .vguide h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}