.eco-footer {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    align-content: center;
}
.white-color {
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .container{
        width: 100%;

    }
}
/* Header/logo overrides */
.top-middle {
    background-color: var(--bs-primary, #1261a0) !important;
}
.top-middle .title,
.top-middle .header-text h2 {
    color: #fff !important;
}
.top-middle .emblem img,
.top-middle .logo img {
    background-color: transparent !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}
    
