body  .citations {
    padding: 160px 20px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}
    @media (max-width: 767px) {body  .citations {
        padding: 100px 20px 60px;
        gap: 40px
}
    }
    body  .citations__inner {
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        flex-direction: column;
        gap: 40px;
    }
    body  .citations__heading {
        color: var(--text-text-primary, #041A2A);
        text-align: center;
        font-family: "Corporate A Cond";
        font-size: 110px;
        font-style: normal;
        font-weight: 500;
        line-height: 104%;
        letter-spacing: -2.2px;
        margin: 0;
    }
    @media (max-width: 767px) {
    body  .citations__heading {
            font-size: 56px
    }
        }
    body  .citations__description {
        color: var(--text-text-primary, #041A2A);
        text-align: center;
        font-family: "Neue Haas Grotesk Text Pro";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 116.667%;
        letter-spacing: -0.48px;
        margin: 0;
    }
    @media (max-width: 767px) {
    body  .citations__description {
            font-size: 20px
    }
        }
    body  .citations__content {
        width: 100%;
        max-width: 700px;
    }
    body  .citations__list {
        display: flex;
        flex-direction: column;
        gap: 0px;
        font-weight: 500;
        width: 100%;
        padding-left: 16px;
    }
    @media (max-width: 767px) {
    body  .citations__list {
            /* gap: 20px; */
    }
        }
    body  .citations__item {
        color: var(--text-text-primary, #041A2A);
        font-family: "Neue Haas Grotesk Display Pro";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 122.222%;
        padding-left: 4px;
    }
    body  .citations__item::marker {
            font-weight: 500;
        }
    body  .citations__item a {
            color: var(--text-text-primary, #041A2A);
            text-decoration: underline;
        }
    body  .citations__button {
        display: flex;
        justify-content: center;
        width: 100%;
         
    }
    body  .citations__button .btn {
            color: var(--text-text-invert, #FFF);
            text-align: center;
            font-family: "Neue Haas Grotesk Display Pro";
            font-size: 16px;
            font-style: normal;
            font-weight: 450;
            line-height: 100%;
        }