.aboutus {
    padding: 2.86rem 0 1.4rem;
    background: url(../../assets/img/sprodsbg.svg) no-repeat top right, url(../../assets/img/paboutusbg.svg) no-repeat top center;
}

.aboutus .row>*>img {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 1/.82191;
    object-fit: contain;
}

.aboutus .sectitle {
    padding-bottom: 21px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 21px;
}

.aboutus .sectitle,
.aboutus .text {
    max-width: 480px;
}

.mvv {
    background-color: #F7F7F7;
}

.mvv .row>*:first-child {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--line);
}

.mvv .bgtext {
    left: unset;
    right: 0;
    bottom: 0;
    line-height: 215px;
}

.mvv .row>*:first-child {
    padding: 2.26rem 0;
}

.mvv .sectitle {
    margin-bottom: 2.6rem;
}

.mvv .img {
    position: relative;
    width: 100%;
    max-width: 378px;
    aspect-ratio: 1/.84375;
    border-radius: 5px;
    overflow: hidden;
}

.mvv .img>* {
/*     position: absolute; */
    width: 100%;
	height: 100%;
/*     aspect-ratio: 1/.46527; */
    object-fit: cover;
}

/* .mvv .img>*:first-child {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 66%);
    object-position: top center;
} */

/* .mvv .img>*:last-child {
    bottom: 0;
    clip-path: polygon(0 0, 100% 32%, 100% 100%, 0 100%);
    object-position: bottom center;
} */

.mvv .row>*:has(.ms) {
    padding: 0;
}

.mvv .row .ms>* {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 2.26rem 0 2.26rem 1.33rem;
}

.mvv .row .ms>*:not(:last-child) {
    border-bottom: 1px solid var(--line);
}

.mvv .row .ms>* .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    max-width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white);
}

.mvv .row .ms>* .title {
    color: var(--black);
    font-family: var(--raj);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.07px;
    margin-bottom: 9px;
}

.mvv .row .ms>* .text {
    max-width: 483px;
}

.mvv .row .ms>* .text:has(ul) {
    max-width: 100%;
}

.mvv .row .ms>* .text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
    padding: 0;
    margin: 1rem 0;
}

.mvv .row .ms>* .text ul>* {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    min-height: 33px;
    color: var(--text);
    font-family: Rajdhani;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    background-color: var(--white);
    border-radius: 80px;
    padding: 0 10px;
}

.mvv .row .ms>* .text ul>*::before {
    content: '';
    display: block;
    min-width: 14px;
    max-width: 14px;
    aspect-ratio: 1/1;
    background: url(../../assets/img/check.svg) no-repeat center;
}