.legal {
    display: none;
    padding: 180px 0 100px;
}

.legal__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 270px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.legal__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.18px;
    color: #229DA4;
    text-decoration: none;
    transition: opacity 0.3s;
}

.legal__back:hover {
    opacity: 0.7;
}

.legal__arrow {
    flex-shrink: 0;
}

.legal__content {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.legal__title {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
    color: #000;
    font-feature-settings: 'lnum', 'pnum';
}

.legal__text {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-feature-settings: 'lnum', 'pnum';
}

.legal__text p {
    margin-bottom: 0;
}

.legal__text p:empty {
    height: 24px;
}

@media (max-width: 1023px) {
    .legal__container {
        padding: 0 40px;
    }
}
