#last-posts-title{
    text-align: center;
}

.last-articles-home{
    display:flex;   
    flex-direction: row;
    border: 2px solid #dedede;  
    max-width: 500px;   
    margin: 0 auto;
}

.post-home{
    display:flex;
    flex-grow:1;
    padding: 10px;  
    flex-direction: column;  
    width: 50%; 
}
.post-home-img{   
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    
} 
.post-home-text h3 {
    font-size: 20px;
    font-weight: 500;    
}


.post-home-text p {
    text-align: justify;  
    color: #3f3f3f;
    font-family:  "Roboto", serif;
}

.post-home-text a {    
    color: #3f3f3f;
    font-family:  "Roboto", serif;
}



@media (max-width: 1024px) {
    .last-articles-home{
        flex-direction: column;
    }

    .last-articles-home{
        margin: 0;
        width: 95%;
        margin: 0 auto;
    }

    .post-home{ 
        width: 100%; 
    }

}

