.site-footer {
    padding: var(--section-padding);
}

.site-footer,
.el--101,
.el--102 {
    background: var(--blue);
}

.site-footer .southern-solar-intro,
.site-footer .southern-solar-intro .main-hub,
.site-footer .southern-solar-intro .solar-service,
.site-footer .southern-solar-intro div a {
    color: var(--white);
}

.site-footer p,
.site-footer h4,
.site-footer .fa {
    color: var(--white);
}

.site-footer .southern-solar-intro {
    background: var(--blue);
    color: white;
    width: 70%;
    margin: 0 auto;
}

.site-footer .southern-solar-intro .solar-organisation {
    margin-top: 15px;
}

.site-footer .southern-solar-intro p {
    margin-bottom: 0;
}

.site-footer .solar-organisation p {
    font-size: var(--h4-size);
}

.site-footer .southern-solar-intro h4 {
    color: var(--white);
    margin-bottom: 5px;
}

.certification-declaration {
    background: var(--darkorange);
    background: linear-gradient(90deg, var(--orange) 0%, var(--orange) 50%, var(--yellow) 72%, rgba(255,255,255,1) 95%);
}

.certification-declaration p {
    padding: 0;
}

.certification-declaration .content {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.certification-declaration h3 {
    font-size: var(--h3-size);
}

.certification-declaration h3,
.certification-declaration p {
    color: white;
}

.site-footer, .el--101, .el--102 {
    background: var(--blue);
}

.site-footer p, .site-footer h4, .site-footer .fa {
    color: var(--white);
}
