.upper-footer-part {
    background-color: white;
}
.upper-footer-part h3{
    color: var(--accentColor);
}

.center-footer-part{
    background-color: var(--shadeColor);
}

.bottom-footer-part {
    background-color: white;
}

@media only screen and (min-width: 800px) and (max-width: 1200px){
    .upper-footer-flex-wrap-control-item{
        width: calc(60%);
    }
}