/* Add custom CSS styles below */ 
.store-footer__inner a.flex.items-center.justify-center.m-0 {
    justify-content: left;
}

.footer-description, .footer-description p, .footer-description+p{
    text-align: left;
}

.footer-badges.flex.justify-center.items-center {
    justify-content: left;
}
.store-footer .lg\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.store-footer .text-sm {

    text-align: left;
}

.store-footer .lg\:-mt-\[45px\] {
    margin-top: 0px;
}

.store-footer a.text-sm {
    text-align: right;
}
.store-footer h3 {
    text-align: right;
}
ul.footer-list.enhanced_links.store-links-items {
    width: 100%;
}