@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 h2 {
    color: #222222;
    font-family: "Open Sans",sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.snippet-team .border-line {
    background-color: #222222;
    height: 3px;
    margin: 16px auto 15px;
    width: 35px;
}
.snippet-team p {
    color: #818181;
    font-family: "Open Sans",sans-serif;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 20px;
}
.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: 25px 0 5px;
    line-height: 1.5;
}
.snippet-team .rank {
    font-family: "Open Sans",sans-serif;
    padding-bottom: 15px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.snippet-team .image-wrap {
    overflow: hidden;
    text-align: center;
}
.snippet-team .image-wrap img {
    max-width: 100%;
    max-height: 800px;
}
@media (max-width: 991px) {
    .snippet-team .col-md-3:nth-child(2n+1) {
        clear: left;
    }
}
