/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cards-home-service .gb-container{
    margin: -80px 0 0;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fcfbfa;
    position: relative;
    z-index: 2;
}

.cards-home-service .gb-grid-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.cards-home-service .gb-grid-column{
    box-sizing: border-box;
}

@media(min-width: 992px) {
    .cards-home-service .col-4 {
        width: 33.333333333%;
        float: left;

    }

    .cards-home-service .col-4:nth-child(3n+2){
        border-right: 1px solid #6b5a5b;
        border-left: 1px solid #6b5a5b;
    }
}

.cards-home-service .col-4{
    padding: 0 10px;
    margin-bottom: 30px;
}



.cards-home-service .gb-icon{
    padding: 0 0 0.6em;
    display: inline;
}

.cards-home-service .gb-icon img{
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.cards-home-service .titolo{
    color: #6b5a5b;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    display: flex;
    text-align: center;
}
.cards-home-service .titolo h5{
    margin: auto;
}

.cards-home-service p{
    margin-bottom: 1.5em;
}

.cards-home-service .cards-link{
    display: block;
}