.section-store-details{background:var(--Offwhite);}
.store-detail{display:grid;gap:2px;justify-items:center;}
.store-detail p{font-size:10px;line-height:150%;}
.store-detail-address,.store-detail-time{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;}
.store-detail-time li{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;line-height:150%;}
.store-detail-time{gap:12px;}
.store-detail-time p{line-height:150%;}
@media(min-width:992px){
  .section-store-details{padding:50px 0;}
  .store-detail-image{width:calc(100% + 20px);}
  .store-detail-image{padding-bottom:68.184%;}
}
@media(max-width:991px){
  .section-store-details{padding:70px 0 85px;}
  .store-detail-div{display:flex;flex-direction:column;gap:15px;}
  .store-detail-address h3{padding-bottom:5px;}
  .store-detail-image{-webkit-order:2;padding-bottom:55.66%;}
  .store-detail-address{-webkit-order:1;}
  .store-detail-time{-webkit-order:3;}
  .store-detail{gap:5px;}
  .store-detail-address .link-underline{padding:5px 0;}
}