body.widget-snippet .wc-snippet-testimonials{
            padding:40px;
            background:#ffffff;
        }
        body.widget-snippet .wc-snippet-testimonials li{
            padding: 20px;
        }
        .wc-snippet-testimonials {
            max-width: 1000px;
            font-family: "Century Gothic", Arial;
            margin: 0 auto;
        }

        .wc-snippet-testimonials ul{
            margin: 0;
            padding: 0;
            text-align: center;
        }
        .widget-snippet .wc-snippet-testimonials li:before{
            display: none;
        }
        .widget-snippet .wc-snippet-testimonials li{
            margin: 0 8% 20px 0;
            padding: 0;
            list-style: none;
            display: inline-block;
            vertical-align: top;
            width: 40%;
            margin-bottom: 50px;
        }
        .widget-snippet .wc-snippet-testimonials li:nth-child(even){
            margin-right: 0;
        }
        .widget-snippet .wc-snippet-testimonials h6 {
            color: rgba(0,0,0,0.9);
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            padding: 0 0 5px 0;
            margin: 0;
            font-weight: bold;
        }
        .widget-snippet .wc-snippet-testimonials p{
            color: #424242;
            font-size: 13px;
            font-weight: normal;
            font-family: Century Gothic;
            text-align: center;
            line-height: 19px;
            margin: 0;
            padding: 0 0 10px;
        }
        .widget-snippet .wc-snippet-testimonials .testimonial-header p,
        .widget-snippet .wc-snippet-testimonials .testimonial-footer p{
            margin: 0;
            padding: 0;
        }
        .testimonial-header{
            padding-bottom: 15px;
        }
        .testimonial-footer{
            padding-top: 10px;
        }
        .widget-snippet .wc-snippet-testimonials .testimonial-header p,
        .widget-snippet .wc-snippet-testimonials .testimonial-footer p{
            font-size: 15px;
        }
        .widget-snippet .wc-snippet-testimonials .testimonial-footer h6{
            font-style: italic;
            font-weight: normal;
            color: rgba(0,0,0,0.6);
           font-size: 15px;
        }
        @media screen and (min-width:1200px) {

        }
        @media screen and (max-width:991px) {

        }
        @media screen and (max-width:767px) {

        }
