body.widget-snippet .customer-service-area {
        margin: 30px;
    }
    .widget-snippet .customer-service-area {
        position:relative;
        padding: 95px 0 105px 0;
    }
    .widget-snippet .customer-service-area .container{
        max-width:1200px;
        width:100%;
    }
    .widget-snippet .guardaway-item{
        padding: 10px 0px;
        margin-right: 20px;
    }
    .widget-snippet .guardaway-item h4,.widget-snippet .guardaway-item h5 {
        font-size: 33px;
        color: #000;
        font-family: 'Gilroy';
        font-weight: bold;
        line-height: 33px;
        text-align: left;
        margin: 0;
        padding: 0 0 7px 0;
    }
    .widget-snippet .guardaway-item h5 {
        font-size: 31px;
        color: #6aca5a;
        font-family: 'Gilroy';
        font-weight: bold;
        font-style: italic;
        line-height: 33px;
        text-align: left;
        margin: 0;
        padding: 0 0 10px 0;
    }
    .widget-snippet .guardaway-item ul{
        padding: 0;
    }

    .widget-snippet .bins-item {
        width:382px;
        padding:40px 38px 20px 38px;
        margin-left: 10px;
        position:relative;
        border-bottom:6px solid #6aca5a;
        background:#fff;
        -webkit-box-shadow: -2px 0px 30px 3px rgba(222,222,222,1);
        -moz-box-shadow: -2px 0px 30px 3px rgba(222,222,222,1);
        box-shadow: -2px 0px 30px 3px rgba(222,222,222,1);
    }
    .widget-snippet .bins-item h4 {
        font-size: 27px;
        color: #000;
        font-family: 'Gilroy';
        font-weight: bold;
        line-height: 36px;
        margin: 0;
        padding: 0 0 7px 0;
    }
    .widget-snippet .guardaway-item ul li {
        font-size: 19px;
        line-height: 30px;
        padding-bottom: 0;
    }
    .widget-snippet .bins-item ul li{
        font-size: 18px;
    }

    .widget-snippet .guardaway-item ul li + li {
        margin-top: 3px;
    }
