
    :root {
        --text: #565656;
--links: #0086d6;
--titles: #000000;
--page-background: #F6F8FB;
--highlight: #55bb33;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #142E7B;
--section-titles-background: #55bb33;
--header-background: #ffffff;
--header-links: #666666;
--footer-background: #FFFFFF;
--footer-links: #414242;
    }
    
.ods-front-footer a {
    text-decoration:none;
}


.ods-front-footer a p {
    color:#414242;
}

.ods-front-footer a p:hover {
    color:#55bb33;
}

.ods-catalog-card__keyword {
    background-color:#55bb33;
}

p:not(:last-child) {
    margin-bottom: 1em !important;
}