.service02-contents{
    position: relative;
    overflow: hidden;
}
.service02-contents .leftbg{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 40%;
    height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.service02-contents .leftbg img{
    display: block;
    width: auto;
}
.service02-contents .rightbg{
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: -5%;
    margin-bottom: -5%;
}
.service02-contents .rightbg img{
    display: block;
    width: 100%;
    height: 100%;
}
.service02-sec1-data h2{
    color: #fff;
    margin-bottom: 20px;
}
.service02-sec1-data p{
    font-weight: 300;
    color: #fff;
}
.service02-sec1-data .boldtext{
    font-weight: 500;
    color: #fff;
}
.service02-sec1-imgbox{
    width: 500px;
    height: 500px;
    position: relative;
}
.service02-sec1-imgbox figure{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.service02-sec1-imgbox figure img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.service02-sec1-videobtn{
    position: absolute;
    right: 20px;
    bottom: 35px;
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 50%;
    background: #3C2FC0;
    padding: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service02-sec1-videobtn img{
    display: block;
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

@media (max-width: 1199px){
    .service02-sec1-imgbox{
        width: 430px;
        height: 430px;
    }
    .service02-sec1-videobtn{
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 991px){
    .service02-sec1-imgbox{
        width: 500px;
        height: 500px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .service02-sec1-imgbox{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .service02-sec1-videobtn{
        width: 60px;
        height: 60px;
    }
}
