/* tem18-team */
.tem18-team .team{margin-bottom:15px;transition:all 0.4s ease-in 0s;}
.tem18-team .text{border:1px solid #eee;padding:20px 15px;background:#fff;}
.tem18-team .text .text-top{border-bottom:1px solid #ddd;padding-bottom:10px;}
.tem18-team .text .title{font-size:18px;color:#444;text-align:left;}
.tem18-team .text .title span{font-size:12px;color:#999;}
.tem18-team .text .description{font-size:13px;line-height:24px;color:#888;margin-top:10px;max-height:100px;overflow:hidden;}
.tem18-team .imgae img{width:100%;}
.tem18-team .team:hover{box-shadow:0 5px 10px rgba(0,0,0,0.2);transform:translateY(-10px);}
@media (max-width:991px){
    .tem18-team .col-xs-6{margin-bottom:10px;}
}
@media (max-width:768px){
    .tem18-team .container,
    .tem18-team.full-screen-spacing .container.full-screen{padding-left: 3%!important;padding-right: 3%!important}
    .tem18-team .text{padding:10px;}
    .tem18-team .team{margin:5px 0;}
    .tem18-team .col-xs-6{margin-bottom:0px;}
}
@media (max-width:480px){
    .tem18-team .col-xs-6{width:100%;}
}
