.store-others-1 img {
display: block;
max-width: 100%;
width: 100%;
padding-bottom: 0.3rem;
}
.store-others-1 {
margin: 2rem 0rem 1.5rem;
padding-bottom: 1rem;
}
.store-others-1 .new-grid-panels {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
}
.store-others-1 .new-grid-item {
padding: 1rem 0;
text-align: center;
color:white;
font-size: 1.75rem;
line-height: 1.75rem;
font-family: RazerF5, Arial;
font-weight: 700;
list-style: none;
}
.store-others-1 li a {
color:white !important;
text-decoration: none !important;
}
.store-others-1 .img-mobile {
display: none;
}
@media (max-width: 767px) {
.store-others-1 .img-desktop{
display: none;
}
.store-others-1 .new-grid-panels {
display:block;
}
.store-others-1 .img-mobile {
display: block;
margin: 0 auto;
max-width: 390px;
width: 100%;
}
.store-others-1 li {
padding-left: 0;
padding-right: 0;
}
.store-others-1 .row {
margin: 0;
}
.store-others-1 {
margin: 3rem auto;
}
}