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

.blog_home .titol_destacat {
    font-size: 70px;
    color:#193133;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Oswald';
}

.blog_home .blog_destacats {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: 100px auto;
    padding: 0px 15px;
    gap: 25px;
}

.blog_home .blog_destacats .titol_destacat {
    flex: 1;
}

.blog_home .blog_destacats span {
    font-size: 33px;
    flex: 1;
    font-weight: 300;
}

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

.blog_home .llistat .b{
    width: 33.33%;
    padding: 0px 15px;
    margin-bottom: 50px;
    display: flex;
    gap: 25px;
    flex-direction: column;
}

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

.blog_home .llistat .b .d{
    margin-bottom: 0px;
    font-size: 14px;
}
.blog_home .llistat .b .t{
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Oswald';
    color: #1D1D1B;
}
.blog_home .llistat .b .c{
    font-size: 16px;
}

.blog_home .llistat .b .tt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 350;
}

.blog_home .llistat .b .btn_unificat{
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 350;
    padding: 12px 42px;
}


@media screen and (max-width:1100px) {
    .blog_home .llistat .b{
        width:50%;
    }
}

@media screen and (max-width:1010px) {
    .blog_home .blog_destacats{
        flex-direction: column;
        align-items: flex-start;
        margin: 70px auto;
        gap: 30px;
    }
    .blog_home {
        margin: 70px 0px;
    }
}


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

    .blog_home .blog_destacats {
        gap: 20px;
        margin: 50px auto;
    }
    .blog_home .titol_destacat {
        font-size: 36px;
    }
    .blog_home .blog_destacats span {
        font-size: 20px;
    }
    .blog_home .llistat .b {
        width: 100%;
        padding: 0px 15px;
    }
    .blog_home {
        margin: 50px 0px;
    }
    .blog_home .llistat .b .t {
        font-size: 24px;
    }
}

