.store-content {display:flex;flex-direction:column;justify-content:center;gap:40px;}
.store-address{padding-bottom:20px;}
.store-time span{color:var(--Grey);}
.store-time{display:grid;gap:10px;}
.store-t{display:grid;gap:5px;}
@media(min-width:992px){
  .store-img{width:calc(100% + 10px);}
  .store-img-inr{height:calc(100vh - 50px);}
  .store-img img,.store-img iframe{height:100%;}
  .store-content h2{padding-bottom:15px;}
}
@media(max-width:991px){
  .store-content h2{padding-bottom:20px;}
  .store-content{padding:30px 15px 70px;gap:30px;}
  .store-img-inr{aspect-ratio:10/8;}
}