@import url('//fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i');
body.widget-snippet {
    padding: 40px;
}
.wc-snippet-about {
    font-family: 'Roboto', sans-serif;
}
.wc-snippet-about .smallText {
    color: #00d3da;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic;
}
.wc-snippet-about h2.title {
    color: #222222;
    font-family: "glacial_indifferenceregular";
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    margin: 7px 0 20px;
}
.wc-snippet-about p {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px;
    max-width: 460px;
    margin: 14px 0;
}
.wc-snippet-about p.spech {
    color: #333;
    font-size: 16px;
}
.wc-snippet-about .name {
    color: #00d3da;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.wc-snippet-about .designation {
    color: #888888;
    font-size: 13px;
}
.wc-snippet-about .col-sm-push-6 {
    padding-left: 35px;
}
.wc-snippet-about .fea-detail-content {
    padding: 20px 0 20px 85px;
    position: relative;
}
.wc-snippet-about .instractor-image-wrap img {
    max-width: 100%;
}
.wc-snippet-about .instractor-number {
    background-color: #00d3da;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 175px;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 224px;
}
.wc-snippet-about .instractor-number > * {
    display: block;
}
.wc-snippet-about .number {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
}
.wc-snippet-about .text {
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    div.wc-snippet-about .col-sm-push-6 {
        padding-left: 15px;
    }
    .wc-snippet-about h2.title {
        font-size: 24px;
    }
    .wc-snippet-about .col-sm-pull-6 {
        margin-top: 15px;
    }
    .wc-snippet-about .instractor-number {
        height: 100px;
        width: 100px;
    }
    .wc-snippet-about .number {
        font-size: 30px;
    }
    .wc-snippet-about .text {
        font-size: 13px;
    }
}
