.static-content__legal {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 40px auto 161px auto;
    padding: 0;
}
.copy__heading {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 16px 0;
    text-transform: none;
}
.copy__description {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: auto;
}
.copy__description--width {
    width: 713px;
}
.copy__heading--center,
.copy__description--center {
    text-align: center;
}
.copy__bullets {
    background-color: #f4f4f4;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 52px 40px 104px;
}
.copy__bullets--width {
    width: 804px;
}
.copy__bullets ul {
    column-count: 2;
    column-gap: 72px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.copy__bullets li {
    break-inside: avoid-column;
    color: #000000;
    margin-bottom: 20px;
}
.copy__bullets li:last-child {
    margin-bottom: 0;
}
.copy__bullets a {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: underline;
}

@media screen and (max-width: 1080px) {
    .copy__description--width {
        width: 699px;
    }
}

@media screen and (max-width: 820px) {
    .static-content__legal {
        margin: 31px auto 122px auto;
        padding: 0;
    }
    .copy__description {
        font-size: 16px;
    }
    .copy__description--width {
        width: 640px;
    }
    .copy__bullets {
        margin: 0 35px 0 41px;
        padding: 40px 0 40px 48px;
    }
    .copy__bullets--width {
        width: auto;
    }
    .copy__bullets ul {
        column-gap: 72px;
    }
    .copy__bullets li:nth-child(2n + 1) {
        width: 288px;
    }
}

@media screen and (max-width: 767px) {
    .static-content__legal {
        margin: 32px 16px 78px 16px;
        padding: 0;
        width: auto;
    }
    .copy__heading {
        line-height: 40px;
    }
    .copy__description--width,
    .copy__bullets--width {
        width: 100%;
    }
    .copy__bullets {
        background-color: #f4f4f4;
        margin: 32px auto 24px auto;
        padding: 32px 0;
    }
    .copy__bullets ul {
        column-count: 1;
        margin-left: 20px;
        width: 100%;
    }
    .copy__bullets a {
        font-size: 18px;
    }
    .copy__bullets li:nth-child(2n + 1) {
        width: 100%;
    }
}