.article-story-further-reading{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.further-reading-article:hover .further-reading-img > img{
    transform: scale(1.2,1.2);
}


.further-reading-article-link{
    display: block;
    width: 100%;
    text-decoration: none;
}

.further-reading-title{
    width: 200px;
}

@media all and (max-width:550px){

    .further-reading-title{
        width: 150px;
    }


}

@media all and (min-width:769px) and (max-width:950px){

    .article-story-further-reading{
        margin: 20px;
        justify-content: space-evenly;
    }

    .further-reading-article{
        margin: 20px;
    }


}

@media all and (max-width: 768px){

    .article-story-further-reading{
        margin: 25px;
        justify-content: space-evenly;
    }

    .further-reading-article{
        margin: 10px;
    }

}

@media all and (min-width:650px) and (max-width:767px){

    .article-story-further-reading{
        margin: 10px;
        justify-content: space-evenly;
    }

    .further-reading-article{
        margin: 20px 30px;
    }

}

@media all and (min-width:550px) and (max-width:599px){

    .article-story-further-reading{
        margin: 0px;
        justify-content: space-evenly;
    }

    .further-reading-article{
        margin: 10px 10px;
    }

}

@media all and (max-width:549px){

    .article-story-further-reading{
        margin: 0px;
    }

    .further-reading-article-link{
        display: flex;
        flex-direction: row-reverse;
    }

    

    .further-reading-article{
 
        margin: 0 0 10px 0 ;
    }

    .further-reading-article:last-child{
        margin-bottom: 0;
    }

    .further-reading-article > .further-reading-img{
        order: 2;
        /* margin-top: 25px; */
    }

    .further-reading-title{
        padding-right: 20px;
    }

}

.further-reading-img{
    max-width: 200px;
    max-height: 150px;
    overflow: hidden;
    
}

.further-reading-img img{
    display: block;
    width: 100%;
    transition: .5s ease-in-out;
}
