.legal__title {
    margin: 0 0 40px;
    font-weight: 500;
    /* font-size: 7rem; */
    font-size: 40px;
    /* text-transform: uppercase */
}

@media (max-width:1199px) {
    .legal__title {
        margin-bottom: 30px;
        font-size: 4.5rem
    }
}

@media (max-width:767px) {
    .legal__title {
        font-size: 23px;
    }

    .visually-impaired-on.scale-150 .legal__title,
    .visually-impaired-on.scale-200 .legal__title {
        font-size: 3rem;
        -webkit-hyphens: auto;
        hyphens: auto
    }
}

.legal__section {
    margin-top: 100px;
    scroll-margin-top: 50px
}

@media (max-width:1199px) {
    .legal__section {
        margin-top: 70px
    }
}

@media (max-width:767px) {
    .legal__section {
        margin-top: 50px
    }
}

.legal__subtitle {
    margin: 0 0 30px;
    font-weight: 500;
    /* font-size: 3.3rem; */
    font-size: 40px;
    line-height: 1.4;
    /* text-transform: uppercase */
}

@media (max-width:1199px) {
    .legal__subtitle {
        font-size: 2.8rem
    }
}

@media (max-width:767px) {
    .legal__subtitle {
        /* font-size: 1.6rem */
        font-size: 23px;
    }
}

.legal__files {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 60px
}

@media (max-width:767px) {
    .legal__files {
        gap: 30px
    }
}

.legal {
    padding: 80px 0 130px;
    border-top: 1px solid var(--dark-color, #000)
}

@media (max-width:1199px) {
    .legal {
        padding: 40px 0 100px
    }
}

.file__link {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    font-size: 20px;
    /* color: var(--dark-color, #6e554a); */
    outline: 0;
    font-weight: 400;
    --font-family: "Inter", sans-serif;
    letter-spacing: normal;
}

.file__link::before {
    content: "";
    flex-shrink: 0;
    width: 50px;
    height: 70px;
    background-image: url(/img/icons/icon-file.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s
}

.visually-impaired-on.invert-color .file__link::before {
    filter: invert(1)
}

.file__link:focus::before,
.file__link:hover::before {
    transform: translateY(-10px)
}

@media (max-width:1199px) {
    .file__link::before {
        width: 40px;
        height: 56px
    }
}

@media (max-width:767px) {
    .file__link {
        font-size: 1.5rem
    }
}

.file {
    max-width: 420px
}

.visually-impaired-on.scale-150 .file,
.visually-impaired-on.scale-200 .file {
    max-width: 450px
}

@media (max-width:1199px) {
    .file {
        max-width: 320px
    }
}
