@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic');

body.widget-snippet {
    padding: 40px;
}
.snippet-team .container {
    width: auto;
    max-width: 1170px;
}
.snippet-team .col-md-8 {
    text-align: center;
}
.snippet-team .title {
    font-family: 'Open Sans', sans-serif;
    color: #222;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 1.3;
}
.snippet-team .underline {
    background: #e34546 none repeat scroll 0 0;
    height: 3px;
    margin: 20px auto;
    text-align: center;
    width: 35px;
}
.snippet-team p {
    color: #818181;
    font-family: "Open Sans",sans-serif;
    line-height: 1.7;
    font-size: 14px;
    margin: 14px 0;
    padding: 0;
}
.snippet-team .col-md-3 {
    font-family: "Open Sans",sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.snippet-team .col-md-3:nth-child(4n+1) {
    clear: left;
}
.snippet-team .name {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 10px;
    line-height: 1.5;
}
.snippet-team .rank {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}
.snippet-team .image-wrap {
    overflow: hidden;
    text-align: center;
}
.snippet-team .image-wrap img {
    max-width: 100%;
    max-height: 400px;
}
@media (max-width: 991px) {
    .snippet-team .col-md-3:nth-child(2n+1) {
        clear: left;
    }

}
