.an-bg-img
{
    background-image: none !important;
}

.an-main-header
{
    color: yellow;
}

.an-desc-header::before
{
    background-color: yellow;
}

.an-desc-text-container::before
{
    background-color: yellow;
}

.an-desc-text-wrap p 
{
    color: yellow;
}

.an-desc-href
{
    background-color: yellow;
    border: 1px solid yellow;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.an-desc-href:hover
{
    color: yellow;
    background-color: black;
}

.an-desc-href::after 
{
    color: black;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.an-desc-href:hover::after 
{
    color: yellow;
}

.an-circle-desc
{
    color: yellow;
}

.wln-article__heading a 
{
    color: yellow;
}

.wln-article-link a::after 
{
    color: black;    
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.wln-article-link:hover a::after
{
    color: yellow;
} 