.heading--primary.imgBg {
    background-image: url(../img/mv_aboutus.webp);
    margin-bottom: 0;
}

.information {
    padding: 70rem 0 0;
}

.info__list {
    letter-spacing: .1em;
    padding: 12rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-gray-lighter);
}

.info__title {
    font-weight: 600;
    width: 184rem;
    font-size: 16rem;
}

.info__text {
    width: 840rem;
}
.info__text .right{
    display: block;
    text-align: right;
}

.btn--prev {
    margin: 114rem auto 50rem;
    font-size: 16rem;
}

@media screen and (max-width: 767.9px) {
    .ls {
        letter-spacing: .06em;
    }
    .aboutus .heading--primary.imgBg {
        margin-bottom: 0;
    }

    .information {
        padding: 28rem 0 0;
    }

    .info__list {
        flex-direction: column;
        gap: 4rem;
    }

    .info__title {
        width: 100%;
    }

    .info__text {
        width: 100%;
    }

    .btn--prev {
        margin: 119rem auto 34rem;
    }
}