.footer-cta {
    width: 100%;
    height: 100%;
    padding: 13.5px 7px;
}

.footer-cta a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.footer-cta .img-cont {
    width: 95px;
}

.footer-cta.enews .img-cont img {   
    width: 53px;
}

.footer-cta.vguide .img-cont {
    margin-right: 3px;
}

.footer-cta.vguide .img-cont img {
    width: 59px;
    height: 52px;
}

.footer-cta .content-section {
    color: white;
    flex: 1 1 100%;
}

.footer-cta .title {
    font-family: var(--font-display);
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: white;
    margin-bottom: 5px;
}

.footer-cta .subtitle {
    font-family: var(--font-body);
    font-size: 15px;
}

@media (min-width: 64em) {
    .footer-cta {
        align-items: center;
        padding: 6px 15px;
    }

    .footer-cta .title {
        line-height: 1.25em;
        margin-bottom: 3px;
    }

    .footer-cta .img-cont {
        width: 100px;
    }

    .footer-cta.enews .img-cont {
        margin-right: 4px;
    }

    .footer-cta.enews .img-cont img {
        width: 54px;
        height: 36px;
        margin-left: 2px;
    }
}
