.desktop-cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
    -webkit-transition: -webkit-transform 325ms ease;
    transition: -webkit-transform 325ms ease;
    transition: transform 325ms ease;
    transition: transform 325ms ease, -webkit-transform 325ms ease;
    color: #1c57a7;
    font-size: 20px;
    line-height: 1.1em;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.desktop-cta.vg-img{
    flex-direction: row;
}

.desktop-cta.en-img{
    flex-direction: row-reverse;
}

.desktop-cta.vg-img img{
    width: 90px;
    margin-right: 1px;
}

.desktop-cta.en-img img{
    width: 80px;
    margin-left: 16px;
}

.desktop-cta .cta-label{
    width: 150px;
    margin: 0;
    font-family: 'CB Sans W00 Bold', Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #1c57a7;
    font-size: 15px;
    line-height: 1.16em;
}
.desktop-cta.en-img .cta-label{
    width: 120px;
}
.desktop-cta .cta-label i{
    display: block;
    color: #11a26d;
    font-size: 20px;
    margin-top: 10px;
}

@media (min-width: 64em) {
    .desktop-cta.vg-img,
    .desktop-cta.en-img {
        flex-direction: column;
    }

    .desktop-cta:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        color: #008fda;
    }


    .desktop-cta.en-img img{
        width: 100px;
        margin-bottom: 12px;
    }
    .desktop-cta.vg-img img{
        width: 116px;
        margin-bottom: 11px;
        margin-right: 0;
    }
    .desktop-cta.en-img img{
        margin-left: -8px;
    }
    
    .desktop-cta .cta-label{
        width: 150px;
        text-align: center;
        color: #1c57a7;
        font-size: 20px;
        line-height: 1.05em;
    }
    .desktop-cta.en-img .cta-label {
        width: 150px;
    }
    .desktop-cta .cta-label i{
        margin-top: 7px;
        font-size: 25px;
    }

    .desktop-cta:hover .cta-label{
        color: #008fda;
    }
}