.your-rights-section {
    padding-bottom: 180px;
    background-color: var(--charcoal-grey);
}

.your-rights-section .h2,
.your-rights-section .h3,
.your-rights-section .h5 {
    color: var(--forest-green);
}

.mck-card .yr-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.yr-wrap ul li {
    padding-left: 15px;
}

.yr-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    background-color: var(--midnight-moss);
    width: 3px;
    height: 3px;
    border-radius: 100%;
}

.yr-wrap>*,
.yr-content>*,
.color-boxes>* {
    margin-bottom: 30px;
}

.contact-bottom-liaison p:last-child,
.yr-wrap>*:last-child,
.yr-content>*:last-child,
.color-boxes>*:last-child {
    margin-bottom: 0;
}

.yr-wrap strong {
    font-family: 'Montserrat-Bold';
}

.half-vento-list ul {
    display: grid;
    grid-template-columns: auto auto;
}

.half-vento-list ul li {
    margin-right: 20px;
}

.color-boxes {
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: var(--charcoal-grey);
    border-radius: 12px;
    padding: 30px;
}

.yr-wrap .doc-lists:last-child {
    margin-bottom: -30px !important;
}

@media (max-width: 1799px) {
    .your-rights-section {
        padding-bottom: 160px;
    }

}

@media (max-width: 1499px) {
    .your-rights-section {
        padding-bottom: 140px;
    }

    .yr-wrap>*,
    .yr-content>*,
    .color-boxes>* {
        margin-bottom: 20px;
    }

    .mck-card .yr-wrap:not(:last-child) {
        margin-bottom: 20px;
    }

    .yr-wrap .doc-lists:last-child {
        margin-bottom: -20px !important;
    }
}

@media (max-width: 1399px) {
    .half-vento-list ul li {
        margin-right: 0;
    }

    .half-vento-list ul {
        grid-template-columns: 100%;
    }
}

@media (max-width: 991px) {
    .your-rights-section {
        padding-bottom: 50px;
    }

    .mck-card .yr-wrap:not(:last-child) {
        margin-bottom: 15px;
    }

    .yr-wrap>*,
    .yr-content>*,
    .color-boxes>* {
        margin-bottom: 15px;
    }

    .color-boxes {
        padding: 20px 15px;
    }

    .yr-wrap .doc-lists:last-child {
        margin-bottom: -15px !important;
    }

    .yr-wrap ul li::before {
        top: 9px;
    }
}