.blog_home{
    margin:85px 0px;
}
.blog_home .container_web{
    max-width: 1500px;
    margin:0px auto;
}

.blog_home .titol_destacat{
    font-size: 35px;
    font-weight: bold;
    color:#707070;
    margin-bottom: 45px;
    font-family: 'Oswald';
}

.blog_home .llistat{
    display: flex;
    flex-wrap: wrap;
}

.blog_home .llistat .b{
    width:50%;
    padding-right: 50px;
    margin-bottom: 50px;
}

.blog_home .llistat .b img{
    margin-bottom: 10px;
}

.blog_home .llistat .b .d{
    margin-bottom: 5px;
}
.blog_home .llistat .b .t{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oswald';
}
.blog_home .llistat .b .c{
    font-size: 16px;
}

.blog_home .llistat .b .btn_unificat{
    margin-top: 25px;
}


@media screen and (max-width:1010px) {
    .blog_home{
        
    }
    .blog_home .llistat .b{
        width:100%;
        padding-right: 0px;
    }
}



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

    .blog_home .titol_destacat{
        font-size: 25px;
    }
    .blog_home{
        margin:65px 0px;
    }

}

