@charset "UTF-8";
.team__item:hover .team__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team__content {
    padding: 10px 20px 25px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.team__content .post {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    color: #677a85;
}

.team__title {
    font-size: 18px;
    margin: 15px 0;
    height: 44px;
    line-height: 22px;
}

.team__title a:hover {
    color: #007733;
}

.team__social ul li {
    display: inline-block;
}

.team__social ul li:not(:last-child) {
    margin-right: 5px;
}

.team__social ul li a {
    display: inline-block;
    line-height: 42px;
    padding: 0 8px;
    text-align: center;
    background: #f8f4ef;
    color: #2c3941;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.team__social ul li a:hover {
    color: #2c3941;
    background: #fad105;
}