/* Add custom CSS styles below */ 
#square-links-slider-8 img {
object-fit: contain;
    height: 540px;}

.review IMG {
  display: NONE; 
}

.review .flex.flex-col.justify-between.h-full.w-full.p-\[1\.4rem\].bg-store-bg-secondary.rounded-md.shadow-\[rgba\(50\,_50\,_105\,_0\.15\)_0px_2px_5px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_1px_0px\] {
flex-direction:column-reverse !important;

}
@media(max-width:992px){
  .store-footer .grid-cols-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
  .footer-list.enhanced_links {
    -moz-column-count: 2;
    column-count: 1;
    font-size: 20px;
    
}
  .footer-list a {
    font-size: 1rem;

}
}