:root{

    --gris: #808080;

    --white: #fff;

}



.gris{

    color: var(--gris);

}

.bg-gris{

    background-color: var(--gris);

}

.white{

    color: var(--white);

}

.bg-white{

    background-color: var(--white);

}



.card-img{

    width: 100% !important;

    height: 320px !important; 

    object-fit: cover !important;

    

}

.blog-single{

    box-shadow: 0px 8px 25px 10px rgba(0, 0, 0, 0.09)

}
.widget{
    margin-bottom: 20px !important;
}


