.vibg{
    background-image: url(../img/work/bg.jpg);
    width: 100%;
    height: 100%;
    background-size:cover ;
    background-position: center top;
    position: fixed;
    z-index: 0;

}
.vibg2{
    width: 100%;
    height: 100%;
    z-index: 2 !important;
    position: fixed;
    background-color: rgba(0,0,0,0.3);   
}
.vi-sand{
    width: 90vw;
    position: fixed;
    z-index:4;
   left: 50%;
   top:-5%;
   margin-left: -45vw;
}
@media screen and (min-width: 768px) {
    .vi-sand{
        width: 70vw;
    left: 50%;
    top:-15%;
    margin-left: -35vw;
    }
}

/*wrapper-pelple------------------------------
------------------------------------*/
.wrapper-pelple{
    margin-top: 3rem;
}
.row-people{
    margin-bottom: 1.5rem;
}
.col-peo__p{
    flex:0 0 auto;
    width: 100%;
    margin-bottom: 1rem;
}
.box-peo__p{
    width: 230px;
    height: 230px;
    border: 2px solid #ffffff;
    background-repeat:no-repeat;
    background-size:cover ;
    background-position: center;
    border-radius: 50%;
}

.box-peo__p.peo1{
    background-image: url(../img/work/peo1.jpg);
}
.box-peo__p.peo2{
    background-image: url(../img/work/peo2.jpg);
}
.box-peo__p.peo3{
    background-image: url(../img/work/peo3.jpg);
}
.box-peo__w{width: auto;
font-weight: bold;
position: relative;}
.box-peo__w span{position: relative;
z-index: 1;}
.box-peo__w:after{
    position: absolute;
    content:'';
    width: 100%;
    height:100%;
    background-color: #1F3A4B;
    top:0;
    right:0px;
    display: block;
    z-index: 0;

}
.boxW-t{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
.col-peo__p{
    flex:0 0 auto;
    width: 300px;
    margin-bottom: 0;
}
.box-peo__w{width: 20px;
   }
   .box-peo__w:after{
    width: 50%;
    height:100%;
}
}