body.widget-snippet .team-page .col-md-3 .appian-social-links a{
    padding: 5px;
}
.widget-snippet .team-page {
    max-width: 1280px;
    margin: 50px auto;
}
.widget-snippet .team-page .row {
    padding: 0 0 50px;
    margin-bottom: 50px;
}
.widget-snippet .team-page .row:last-child {
    padding: 0 0 0;
    margin-bottom: 0;
}
.widget-snippet .team-page .col-md-3 {
    background: #fff;
    text-align: center;
}
.widget-snippet .team-page .col-md-3 p{
    margin-top:5px;
    color: #666;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
.widget-snippet .team-picture {
    margin-bottom: 15px;
    background: url(/template/a8924bc7/images/teams.png);
    width: 260px;
    height: 260px;
    background-size: 260px 260px;
    margin: 0 auto 15px;
  overflow: hidden;
}
.widget-snippet .team-page .col-md-3 h4 {
    font-size: 26px;
}
.widget-snippet .team-page .col-md-3 .tremac-social-links{
    padding-top: 10px;
}

.widget-snippet .team-page .col-md-3 .tremac-social-links a {
    font-size: 18px;
    margin: 0 5px;
    color: #00053a;
}
.widget-snippet .team-page .col-md-3 .tremac-social-links a:hover i {
    color: #00053a;
}
.widget-snippet .team-page  .team-item-content {
    padding-left: 50px;
}
.widget-snippet .team-page  .team-item-content h2{
    font-size: 34px;
    color: #00053A;
    font-family: 'Gotham';
    font-weight: 500;
}
.widget-snippet .team-page  .team-item-content p {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
.widget-snippet .team-page  .team-item-content ul,  .widget-snippet .team-page  .team-item-content ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget-snippet .team-page  .team-item-content  ul li,  .widget-snippet .team-page  .team-item-content  ol li{
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    position: relative;
    padding: 0 0 7px 30px;
}

.widget-snippet .team-page  .team-item-content  ol li::before, .widget-snippet .team-page  .team-item-content  ul li::before {
    content: url(/template/a8924bc7/images/list-icon.png);
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 2px;
}
@media screen and (max-width: 1200px) {
    .widget-snippet .team-picture {
        width: 200px;
        height: 200px;
        background-size: 200px 200px;
        margin: 0 auto 15px;
    }
    .widget-snippet .team-page  .team-item-content {
        padding-left: 20px;
    }
    .widget-snippet .team-page {
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .widget-snippet .team-page .team-item-content {
        padding-left: 0;
        margin-top: 30px;
    }
}
