/*
article.custom-link {
    background-color: #2D3642;
    min-height: 7em;

    &:after {
        border-right-color: #2D3642;
    }

    &:hover {
        background-color: #5c8b59;
        transition: all 0.3s ease-in-out;

        &:after {
            border-right-color: #5c8b59;
            transition: all 0.3s ease-in-out;
        }
    }

    a {
        color: #fff;
        text-decoration: none;
        display: block;
        position: relative;
        z-index: 10;
        /* display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 10; */

blockquote.custom-link {
    padding: 7%;
    margin: 0;
    text-align: left;
    /* color: #fff; */
    /* background: none; */
    font-size: 1.45em;
    position: relative;
    z-index: 10;
}


article.link blockquote.custom-link a {
    color: #fff;
    text-decoration: none;
    align-items: flex-start;
}

article.link blockquote.custom-link a h4 {
    font-variant-caps: small-caps;
    font-size: 3rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

article.link blockquote.custom-link a p {
    line-height: 170%;
    font-size: 1.6rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}


/*
article.custom-link:hover a {
    color: #fff
}
*/

