:root {
    --primary: #c97828;
}

.about-content {
    height: 350px;
}
@media screen and (min-width: 1025px) {
    #icons {
        height: 350px;
    }
    #building-the-future {
        height: 370px !important;
    }    
}
@media only screen and (max-width: 63.9375rem) {
    #cs-navigation .cs-toggle {
        visibility: hidden;
    }
    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}