/* Our Team 2
-------------------------------------------------- */

.our-team2 {
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    padding: 11%;
    box-shadow: none;
    transition: all 0.27s ease;
}

.our-team2:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

.social-team2 {
    padding-bottom: 14px;
    text-align: center;
}

.our-team2 figure {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.our-team2 figure img {
    height: auto;
}

.blox .our-team2 figure img {
    margin-top: 25px;
}

.our-team2 h2 {
    font-size: 29px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.our-team2 h2 a {
    color: #000;
}

.our-team2 h2 a:hover {
    text-decoration: underline;
}

.our-team2 h5 {
    color: #444;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.our-team2 p {
    font-size: 14px;
    padding: 7px 25px 0;
    color: #717171;
}

.our-team2 .social-team {
    padding-top: 10px;
}

.our-team2 .social-team i {
    margin: 0 4px;
    padding: 5px 6px;
    font-size: 18px;
    border-radius: 0;
    color: #8a8a8a;
}

.our-team2 .social-team i.fa-facebook {
    padding: 5px 8px;
}

.our-team2 i:hover {
    color: #222;
}