@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.our-stores-banner {
  padding: 4.8rem 0 1.8rem 0;
  margin-top: 120px;
}
.our-stores-banner .content {
  max-width: 580px;
  margin: 0 auto;
}

.our-stores-secA {
  padding: 0 0 50px 0;
}
.our-stores-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .our-stores-secA .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .our-stores-secA .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-stores-secA .grid-box figure {
  height: 480px;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .our-stores-secA .grid-box figure {
    height: 400px;
  }
}
.our-stores-secA .grid-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-stores-secA .grid-box figcaption {
  padding: 20px 20px;
}
.our-stores-secA .grid-box figcaption h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.our-stores-secA .grid-box figcaption p {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text);
}
.our-stores-secA .grid-box figcaption .btn-group {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-stores-secA .grid-box figcaption .btn-group a {
  flex: 0 1 48%;
}/*# sourceMappingURL=ourstore.css.map */