@import url('//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('//fonts.googleapis.com/css?family=Yellowtail');

body.widget-snippet{
    padding: 40px;
}
.wc-snippet-best-services section {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e2e2e2;
    border-top: 3px solid #e97d4d;
    padding-bottom: 40px;
    padding-top: 100px;
}
.wc-snippet-best-services .container {
    width: auto;
    max-width: 1170px;
}
.wc-snippet-best-services .heading {
    text-align: center;
}
.wc-snippet-best-services .heading h2 {
    color: #e97d4d;
    font-family: "Yellowtail",cursive;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.wc-snippet-best-services .heading h2 .black {
    color: #000;
}
.wc-snippet-best-services .heading .main-title{
    color: #5e5e5e;
    font-family: "Roboto Slab",serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 0;
    text-transform: uppercase;
}
.wc-snippet-best-services .heading .underlineStyle {
    background-color: #e97d4d;
    height: 3px;
    margin: 15px auto 25px;
    width: 50px;
}
.wc-snippet-best-services .heading p {
    color: #5e5e5e;
    font-family: "Roboto Slab",serif;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 80px;
}
.wc-snippet-best-services .col-md-4 {
    padding-bottom: 40px;
}
.wc-snippet-best-services .circle {
    text-align: center;
}
.wc-snippet-best-services .circle .image-wrap {
    border: 8px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    max-height: 200px;
    max-width: 200px;
    overflow: hidden;
}
.wc-snippet-best-services .circle .image-wrap img {
    height: 100%;
    width: 100%;
}
.wc-snippet-best-services .circle h5 {
    color: #5e5e5e;
    font-family: "Roboto Slab",serif;
    font-size: 20px;
    font-weight: 600;
    margin: 25px auto 10px;
    max-width: 300px;
    line-height: 1.3;
}
.wc-snippet-best-services .circle p {
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    line-height: 25px;
    margin: 14px auto;
    max-width: 300px;
    padding: 0;
    line-height: 1.8;
}
@media (max-width: 991px){
    div.wc-snippet-best-services section {
        padding-bottom: 0;
        padding-top: 40px;
    }
    div.wc-snippet-best-services .heading p {
        margin-bottom: 35px;
    }
    .wc-snippet-best-services .col-md-4 {
        padding-bottom: 20px;
    }


}

@media (min-width: 992px){
    .wc-snippet-best-services .col-md-4:nth-child(3n+1) {
        clear: left;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    .wc-snippet-best-services .col-md-4:nth-child(2n+1) {
        clear: left;
    }
}


@media (max-width: 767px){
    div.wc-snippet-best-services .heading h2 {
        font-size: 22px;
    }
    div.wc-snippet-best-services .heading .main-title {
        font-size: 24px;
    }

}
