.service02-teamlist{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 300px;
}
.service02-teamlist figure{
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 10px;
}
.service02-teamlist figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service02-teamlist .service02-teambody{
    padding: 26px 10px 0;
    text-align: center;
    margin-top: auto;
}
.service02-teamlist .service02-teambody h5{
    font-size: 18px;
    color: #162340;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1;
}
.service02-teamlist .service02-teambody > span{
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #162340;
    font-weight: 300;
}
.mb-6{
    margin-bottom: 30px;
}

@media (max-width: 1199px){
    .service02-teamlist figure{
        height: 280px;
    }
    .service02-teamlist .service02-teambody h5{
        font-size: 16px;
    }
    .service02-teamlist .service02-teambody > span{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .service02-teamlist figure{
        height: 300px;
    }
}
@media (max-width: 575px){
    .service02-teamlist figure{
        height: 200px;
    }
    .service02-teamlist .service02-teambody h5{
        font-size: 15px;
    }
}