.store-footer__inner {
    background-color: #fff;
 color:# !important;
}
.store-footer__inner * {
    color: black !important;
}
.grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
}