.biz-dept-footer-column-main, .biz-dept-footer-column-aside {
    padding: 2rem;
 }

.biz-dept-footer-column-main {
    padding-top: 0;
    padding-bottom: 0;
}

.biz-dept-footer-column-main > button {
 border: 1px solid white;
}

.biz-dept-footer-sitemap:not(.show){
    display: none;
}


.biz-dept-footer-column {
    font-size: 1rem;
}

.biz-dept-footer-column h6 {
    color: white;
    margin-bottom: 1rem;
}

.biz-dept-footer-grid {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.biz-dept-footer-address {
    display: flex;
    column-gap: 1rem;
}

.biz-dept-footer-address svg {
    color: white;
}

@media screen and (min-width: 768px) {
    .biz-dept-footer-column {
        font-size: .9rem;
    }

    .biz-dept-footer-column-main, .biz-dept-footer-column-aside {
        padding: 0;
     }

     .biz-dept-footer-sitemap:not(.show){
        display: flex;
    }
}