.footerBlock {
    background-color: #595959;
    font-size: 14px;
}

h2.footer {
    font-size: 14px;
    font-weight: bold;
    color: #BCBCBC;
}

span.footer, p.footer a, span.footer a {
    color: #F1F1F1;
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: none;
}
p.footer a:hover, span.footer a:hover {
    color: #9ad582;
}

.flexFunders {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
}
