.snippet-our-team .title-style {
    text-align: center;
}
.snippet-our-team {
    font-family: "Open Sans",sans-serif;
}
.snippet-our-team h2 {
    color: #2d2d2d;
    font-family: "Roboto Slab",serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}
.snippet-our-team .title-style .description {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
    padding: 0;
}
.snippet-our-team .title-bottom-line {
    background-color: #1da0ca;
    height: 2px;
    margin: 25px auto 50px;
    width: 30px;
}
.snippet-our-team .image-wrap {
    border-radius: 50%;
    height: 230px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 230px;
}
.snippet-our-team .image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.snippet-our-team .team-row .name {
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}
.snippet-our-team .team-row .rank {
    color: #666;
    font-size: 13px;
    font-weight: 500;
}
div.snippet-our-team .col-md-3.col-xs-6:nth-child(4n+1) {
    clear: left;
}
.snippet-our-team .title-style {
    text-align: center;
}
.snippet-our-team {
    font-family: "Open Sans",sans-serif;
}
.snippet-our-team .title-style .description {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
    padding: 0;
}
.snippet-our-team .team-row .name {
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 5px 0;
}
.snippet-our-team .team-row .rank {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}
.snippet-our-team .team-row [class^="col-"] {
    padding: 15px;
    text-align: center;
}
div.snippet-our-team .col-md-3.col-xs-6:nth-child(4n+1) {
    clear: left;
}
body.widget-snippet .snippet-our-team {
    padding: 40px;
}

@media (max-width:991px) and (min-width:768px) {
    div.snippet-our-team .col-md-3.col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}
@media (max-width:767px) {
    .snippet-our-team .col-md-3.col-xs-6 {
        width: 100%;
    }
}
