﻿.team {
    width: 100%;
    min-height: 500px;
    background-image: url('../../images/back/image8.webp');
    background-size: cover;
    background-position: center center;
    float:left;
    padding:30px 0;
}
    .team .team-members{
        width:100%;
        min-height:200px;
        padding:30px 0;
    }
    .team .team-members .item{
        width:100%;
        height:150px;
        border:1px solid #ddd;
        border-radius:20px;
        background-color:#fff;
        margin:10px 0;
        display:flex;
        justify-content:center;
        align-items:center;
    }
        .team .team-members .item .name-person{
            height:80px;
            display:flex;
            justify-content:flex-start;
            align-items:center;
        }
            .team .team-members .item .name-person .image {
                width:70px;
                height:70px;
                border-radius:100%;
                background-position:center center;
                background-size:cover;
                margin-left:10px;
            }
            .team .team-members .item  .caption{
                height:120px;
                overflow:hidden;
                padding:10px 0;

            }
    .team .swiper-slide {
        width: 96%;
    }
