@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap');
@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body.widget-snippet {
    padding: 40px;
}
.snippet-team .container {
    width: auto;
    max-width: 1170px;
}
.snippet-team .col-md-8 {
    text-align: center;
}
.snippet-team .title {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 0;
    position: relative;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}
.snippet-team .underline {
    background: #7bbd42 none repeat scroll 0 0;
    height: 3px;
    margin: 10px auto 30px;
    text-align: center;
    width: 35px;
}
.snippet-team p {
    color: #818181;
    font-family: "Open Sans",sans-serif;
    line-height: 1.6;
    margin-bottom: 30px;
}
.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 {
    color: #222;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 5px;
    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: 800px;
}
@media (max-width: 991px) {
    .snippet-team .col-md-3:nth-child(2n+1) {
        clear: left;
    }

}
