.home-news-titulo span {
    margin: 10px;
    color: brown;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.white-box-card p{
    font-size: 16px;
}
.home-news-grid{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}
.home-news-item{
    width: 20%;
    margin-right: 20px;
}
.home-news-item-titulo{
    width: 100%;
    height: 40px;
}
.home-news-item-titulo span{
    color: brown;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; 
}
.home-news-item-tumb{
    width: 100%;
}
.home-news-item-tumb img{
    width: 100%;
}
.home-news-item-text{
    width: 100%;
}
.home-news-item-text span{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

@media (max-width: 1366px) {
    .white-box-card p{
        font-size: 14px;
    }
}

@media (max-width: 1600px) {
    
}

@media (max-width: 768px){
    .home-news-titulo span{
        font-size: 16px;
    }
    .home-news-grid{
        display: block;
    }
    .home-news-item{
        width: 90%;
        margin-left: 5%;
    }
}