.wc-snippet-services {
    background: #f7f7f7 none repeat scroll 0 0;
    padding-bottom: 50px;
    padding-top: 85px;
}
.wc-snippet-services .text-wrap {
    max-width: 479px;
    padding-top: 25px;
}
.wc-snippet-services h3 {
    color: #ccb48e;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}
.wc-snippet-services .main-title {
    color: #1e1a4f;
    font-family: "Playfair Display",serif;
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 35px;
    text-align: left;
}
.wc-snippet-services .main-title .bold-text {
    font-weight: bold;
}
.wc-snippet-services .main-title .italic-text {
    color: #ccb48e;
    font-style: italic;
    text-decoration: underline;
}
.wc-snippet-services p {
    color: #555555;
    font-family: "Playfair Display",serif;
    font-size: 14px;
    line-height: 1.8;
}
.wc-snippet-services a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccb48e;
    border-radius: 41px;
    display: inline-block;
    font-weight: 400;
    margin-top: 30px;
    padding: 14px 56px 14px 36px;
    position: relative;
    text-transform: capitalize;
    color: #ccb48e;
}
.wc-snippet-services a::after {
    content: "\f18e ";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 29px;
    top: 15px;
}
.wc-snippet-services a:hover {
    background: #1e1a4f none repeat scroll 0 0;
    border-color: #1e1a4f;
    color: #fff;
}
.wc-snippet-services img {
    max-height: 410px;
}

@media (max-width: 991px) {
    .wc-snippet-services .main-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .wc-snippet-services h3 {
        margin-bottom: 21px;
    }
    .wc-snippet-services .text-wrap {
        padding-top: 0;
    }
    .wc-snippet-services a {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wc-snippet-services .instractor-image-wrap {
        margin-top: 30px;
    }
}
