

#benefits {
    margin-bottom: 70px
}

#benefits ul {
    position: relative;
    float: left
}

#benefits li {
    display: inline-block;
    float: left;
    box-sizing: border-box
}

#benefits li>a {
    padding: 40px 15px;
    min-height: 195px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block
}

#benefits li>a:hover {
    background-color: #fff;
    box-shadow: 0 7px 25px 1px rgba(0, 0, 0, .08);
    border: 0 solid #e9e9e9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 5px
}

#benefits li>a>h4 {
    font-family: Lato, sans-serif;
    font-weight: 600;
    margin: 25px 0 0
}

#benefits li:last-child {
    border-right: 0
}

#benefits ul::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #f6f6f7
}

@media(max-width:991px) and (min-width:768px) {
    #benefits li {
        width: 25%
    }
    #benefits li:nth-child(4n) {
        border-right: 0
    }
}

@media (max-width:767px) and (min-width:576px) {
    #benefits li {
        width: 33.3333333%
    }
    #benefits li:nth-child(3n) {
        border-right: 0
    }
}

@media (max-width:767px) {
    #benefits li>a {
        padding: 20px 0;
        min-height: 145px
    }
    #benefits li {
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9
    }
    #benefits li>a>h4 {
        font-size: 16px
    }
}

@media(max-width:575px) {
    #benefits li {
        width: 50%
    }
    #benefits li:nth-child(2n) {
        border-right: 0
    }
}

@media(min-width:1200px) {
    #benefits li:nth-child(6n) {
        border-right: 0
    }
    #benefits li {
        width: 16.6666%
    }
}

@media (max-width:1199px) and (min-width:992px) {
    #benefits li {
        width: 20%
    }
    #benefits li:nth-child(5n) {
        border-right: 0
    }
}

@media (min-width:768px) {
    #benefits li {
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9
    }
}

@media(min-width:768px) and (max-width:1199px) {
    #benefits li>a {
        padding: 25px 10px;
        min-height: auto
    }
}