.enews-vguide-container{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 14px 9px;
    background-color: #687d8b;
}

.enews-vguide-container::after{
    content: "";
    position: absolute;
    border: 2px solid rgba(210, 215, 219, 0.7);
    left: 12px;
    top: 8px;
    height: calc(100% - 16px);
    width: calc(100% - 24px);
    pointer-events: none;
}
.enews-vguide{
    max-width: 305px;
    text-align: center;
    display: block;
    padding: 32px 10px;
    position: relative;
}

.enews-vguide-container > div:first-child > .enews-vguide::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 147px;
    height: 1px;
    background-color: #a7b3bb;
}

.enews-vguide h4,
.enews-vguide h5,
.enews-vguide p{
    color: #fff;
}

/*Title*/
.enews-vguide h4{
    font-family: "poynter-oldstyle-text", serif;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 1.12em;
    letter-spacing: 0.1em;
    margin: 0 0 2px;
}

.enews-vguide .cta-label img{
    width: 6px;
    margin-left: 4px;
    margin-bottom: 7px;
}

/*Subtitle*/
.enews-vguide h5{
    font-size: 16px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 0 0 2px;
    letter-spacing: 0.1em;
}

/*Description*/
.enews-vguide p{
    font-size: 16px;
    line-height: 1.25em;
    font-family:"mr-eaves-xl-modern", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
@media screen and (min-width: 40em) {
    .enews-vguide {
        max-width: 400px;
    }
}
@media screen and (min-width: 64em) {
    .enews-vguide-container{
        display: flex;
        flex-direction: row;
        padding: 43px 14px 41px;
    }  
    .enews-vguide-container::after {
        left: 14px;
        top: 14px;
        height: calc(100% - 27px);
        width: calc(100% - 28px);
    }
    
    .enews-vguide-container > div {
        width: 50%;
    }  
    .enews-vguide-container > div:first-child {
        border-right: 2px solid rgba(152,164,173, 0.85);
    }
    .enews-vguide-container > div:first-child > .enews-vguide {
        margin-left: auto;
        
    }
    .enews-vguide-container > div:last-child > .enews-vguide {
        margin-right: auto;
        margin-left: calc(0 + (20 - 0) * ((100vw - 1025px) / (1440 - 1025)));
    }

    .enews-vguide-container > div:first-child > .enews-vguide::after {
        content: none;
    }
    .enews-vguide {
        display: block;
        max-width: 718px;
        padding: 26px 0;
    }

    /*Title*/
    .enews-vguide h4{
        font-size: calc(38px + (46 - 38) * ((100vw - 1025px) / (1440 - 1025)));
        line-height: 1.12em;
        letter-spacing: 0.1em;
        margin: 0 0 6px 11px;
    }
    .enews-vguide-container > div:last-child > .enews-vguide h4 {
        margin-left: 32px;
    }

    .enews-vguide .cta-label img {
        width: 11px;
        margin-left: 16px;
        margin-bottom: 10px;
    }

    /*Subtitle*/
    .enews-vguide h5 {
        font-size: 18px;

        line-height: 1.1em;
        text-transform: uppercase;
        margin: 0 0 2px;
        letter-spacing: 0.1em;
    }

    /*Description*/
    .enews-vguide p {
        font-size: 16px;
        line-height: 1.25em;
        letter-spacing: 0.1em;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1440px) {
    .enews-vguide-container{
        padding: 56px 14px 55px;
    }  
       
    .enews-vguide-container > div:last-child > .enews-vguide {
        margin-left: 20px;
    }

    .enews-vguide h4 {
        font-size: 46px;
    }

    .enews-vguide p {
        font-size: 18px;
    }
}