@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 .container {
    width: auto;
    max-width: 1170px;
}
.wc-snippet-about .smallText {
    color: #feb73d;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    font-style: italic;
}
.wc-snippet-about h2.title {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
}
.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;
}
.wc-snippet-about p.spech {
    color: #333;
    font-size: 16px;
}
.wc-snippet-about .name {
    font-family: 'Roboto', sans-serif;
    color: #feb73d;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    line-height: 1.4;
}
.wc-snippet-about .designation {
    font-family: 'Roboto', sans-serif;
    color: #888888;
    font-size: 13px;
    line-height: 1.8;
}
.wc-snippet-about .left-column {
    padding-left: 35px;
}
.wc-snippet-about .instractor-image-wrap {
    position: relative;
}
.wc-snippet-about .fea-detail-content {
    padding: 20px 0 20px 85px;
    position: relative;
}
.wc-snippet-about .instractor-image-wrap img {
    max-width: 100%;
    max-height: 1000px;
}
.wc-snippet-about .instractor-number {
    background-color: #feb73d;
    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 .left-column {
        padding-left: 15px;
        padding-top: 30px;
    }
    .wc-snippet-about h2.title {
        font-size: 22px;
    }
    .wc-snippet-about .instractor-number {
        height: 100px;
        width: 100px;
    }
    .wc-snippet-about .number {
        font-size: 30px;
    }
    .wc-snippet-about .text {
        font-size: 13px;
    }
}
