.vguide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

.vguide .img-cont {
    flex: 0 120px;
    margin-right: 10px;
}

.vguide .content-section {
    flex: 1;
}

.vguide .title,
.vguide .subtitle {
    text-transform: uppercase;
}

.vguide .title {
    font-size: 25px;
    letter-spacing: 0.2em;
    margin-bottom: -5px;
    line-height: 1;
    margin-bottom: 5px;
}

.vguide .subtitle {
    font-size: 37px;
    letter-spacing: 0.06em;
    line-height: 1.06;
    margin-bottom: 18px;
}

/* default button */
.vguide .button-default { 
    display: inline-flex;
}

.vguide .button-default a { 
    font-size: 16px;
    color: var(--white);
}

.vguide .button-default a:hover { 
    text-decoration: none;
}

.widget-cta-links .vguide {
    padding: 0;
}

.widget-cta-links .vguide .img-cont {
    flex: unset;
    width: 100%;
    margin: 0;
}

.widget-cta-links .vguide .img-cont .newsletter {
    display: none;
}

.widget-cta-links .vguide .subtitle {
    margin: 0;
}

.widget-cta-links .vguide .button-default  {
    display: none;
}

@media screen and (min-width: 80em) {
    .vguide .img-cont {
        flex: 0 145px;
    }
}