.service01-teambox{
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}
.service01-teambox figure{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.service01-teambox figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service01-teambox .service01-teamboxbody{
    text-align: center;
    margin-top: 20px;
}
.service01-teambox .service01-teamboxbody h4{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.service01-teambox .service01-teamboxbody p{
    font-weight: 300;
    color: #fff;
}

@media (max-width: 991px){
    .service01-teambox figure{
        width: 110px;
        height: 110px;
    }
}
@media (max-width: 575px){
    .service01-teambox figure{
        width: 90px;
        height: 90px;
    }
    .service01-teambox{
        padding: 0 10px;
    }
    .service01-teambox .service01-teamboxbody h4{
        font-size: 12px;
    }
    .service01-teambox .service01-teamboxbody p{
        font-size: 10px;
    }
}