.service02-whyleft-box{
    max-width: 320px;
}
.service02-whyleft-box h2{
    margin-bottom: 20px;
}
.service02-whyleft-box p{
    font-weight: 500;
    margin-bottom: 35px;
}
.service02-why-item{
    display: flex;
    align-items: flex-start;
}
.service02-why-item figure{
    flex: 0 0 auto;
    max-width: 47px;
}
.service02-why-item figure img{
    display: block;
    max-width: 100%;
}
.service02-why-item .service02-whybody{
    padding-left: 30px;
}
.service02-whybody h4{
    font-size: 18px;
    color: #162340;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.4;
}
.service02-whybody p{
    font-weight: 300;
    margin-bottom: 10px;
}
.service02-rmlink{
    font-size: 14px;
    color: #162340;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.service02-rmlink span{
    width: 24px;
    height: 24px;
    background: #3C2FC0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    transition: 0.5s all;
}
.service02-rmlink span img{
    display: block;
    max-width: 11px;
}
.service02-rmlink:hover{
    color: #3C2FC0;
}
.service02-rmlink:hover span{
    transform: translateX(4px);
}
.mb-34{
    margin-bottom: 34px;
}
.service02-leftsidebg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 15%;
    height: 75%;
}
.service02-leftsidebg img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 991px){
    .service02-whyleft-box{
        margin-bottom: 45px;
    }
}
@media (max-width: 767px){
    .service02-whybody h4{
        font-size: 16px;
    }
    .service02-whymobtrimlist .mobhidden{
        display: none;
    }
}