.motor-user-agreement {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px 64px;
    box-sizing: border-box;
}

.motor-user-agreement *,
.motor-user-agreement *::before,
.motor-user-agreement *::after {
    box-sizing: border-box;
}

.motor-user-agreement__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.motor-user-agreement__title {
    margin: 0;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.1;
    font-weight: 500;
    color: #111827;
    text-transform: uppercase;
}

.motor-user-agreement__intro {
    margin: 0;
    max-width: 72rem;
    font-size: 16px;
    line-height: 1.7;
    color: #111827;
}

.motor-user-agreement__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.motor-user-agreement__article {
    padding: 24px;
    border-radius: 16px;
    outline: 1px solid #e5e7eb;
    outline-offset: -1px;
    background: #fff;
}

.motor-user-agreement__article-title {
    margin: 0 0 12px;
    font-size: clamp(20px, 2.8vw, 32px);
    line-height: 1.25;
    font-weight: 500;
    color: #111827;
}

.motor-user-agreement__text {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

.motor-user-agreement__text:last-child {
    margin-bottom: 0;
}

.motor-user-agreement__list {
    margin: 0 0 12px;
    padding: 0 0 0 20px;
    color: #374151;
}

.motor-user-agreement__list li {
    margin: 6px 0;
    font-size: 15px;
    line-height: 1.65;
}

@media (min-width: 1024px) {
    .motor-user-agreement__article {
        padding: 28px 32px;
    }

    .motor-user-agreement__intro,
    .motor-user-agreement__text,
    .motor-user-agreement__list li {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .motor-user-agreement {
        padding: 20px 16px 48px;
    }

    .motor-user-agreement__article {
        padding: 20px 16px;
    }
}
