.aboutus{
    background: url(../../assets/img/paboutusbg.png) no-repeat center;
    background-size: cover;
    padding: 3.33rem 0;
}

.aboutus .row{
    grid-gap: 2rem 0;
}

.aboutus .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.aboutus .sectitle{
    border-bottom: 1px solid var(--line);
    margin-bottom: 11px;
    padding-bottom: 11px;
}

.aboutus .img{
    position: relative;
    width: 439px;
    aspect-ratio: 1/1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    outline: 1px solid var(--main);
    -moz-outline: 1px solid var(--main);
    outline-offset: -23px;
    -moz-outline-offset: -23px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0px 4.336px 17.235px -2.168px #7090b040;
}

.aboutus .img::before{
    content: url('data:image/svg+xml;utf8,<svg width="71" height="8" viewBox="0 0 71 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.271484 2.91942C0.271484 1.75719 1.28247 0.854084 2.43738 0.984246C8.2244 1.63646 24.3629 3.33482 35.4999 3.33482C46.6368 3.33482 62.7754 1.63646 68.5624 0.984246C69.7173 0.854084 70.7283 1.75719 70.7283 2.91942C70.7283 3.89893 70.0085 4.72207 69.0352 4.8329C63.707 5.43967 46.9568 7.23704 35.4999 7.23704C24.0429 7.23704 7.29275 5.43967 1.9645 4.8329C0.991283 4.72207 0.271484 3.89893 0.271484 2.91942Z" fill="rgb(0,148,217)"/></svg>');
    position: absolute;
    bottom: 3.7%;
}

.aboutus .img img{
    position: absolute;
    max-width: 118.90%;
    max-height: 118.90%;
}

.mvv{
    background: linear-gradient(to right, var(--main),var(--main)) no-repeat center,url(../../assets/img/mvvbg.png) no-repeat right center,var(--white);
    background-size: cover;
    background-blend-mode: overlay,multiply;
    padding: 4rem 0 5.53rem;
}

.mvv .container{
    max-width: calc(880px + 140px);
}

.mvv .owl-carousel{
    margin-bottom: 40px;
}

.mvv .owl-carousel .owl-stage-outer{
    margin: -1rem;
    padding: 1rem;
}

.mvv .box{
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50px;
    background-color: var(--white);
    box-shadow: 0px 0px 17.6px -2px #7090b026;
    margin-top: 4.86rem;
    margin: 4.86rem auto 0;
    padding: 105px 35px 47px;
}

.mvv .box::before{
    content: '';
    position: absolute;
    bottom: 12px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
}

.mvv .box::after{
    content: '';
    position: absolute;
    bottom: 11.5px;
    width: 62px;
    height: 3px;
    border-radius: 80px;
}

.mvv .box .icon{
    position: absolute;
    top: -4.06rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 150px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0px 4px 15.9px -2px #7090b040;
}

.mvv .box .icon img{
    width: fit-content;
}

.mvv .box .bol{
    position: absolute;
    z-index: -1;
    top: -4.86rem;
    width: 174px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.mvv .box .title{
    text-align: center;
    color: #615E68;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.033px;
    margin-bottom: 1rem;
}

.mvv .box .text{
    text-align: center;
}

.mvv .dbtn{
    width: 379px;
}

@media(max-width:992px){
    .aboutus,
    .mvv{
        padding: 2rem 0;
    }
}

@media(max-width:768px){
    .aboutus .img{
        margin: 0 auto;
    }
}

@media(max-width:575px){
    .aboutus .img{
        width: 76vw;
    }
}