.stores {
  /* padding: 7.5rem 2rem 1.5rem 2rem; */
  padding: 8rem 3% 0 3%;
}

.hero-image img {
  width: 100%;
  object-fit: cover;
}

.container-stores {
  padding: 2rem 3%;
}

.container-stores span {
  color: var(--green);
  font-size: 3rem;
  font-weight: 500;
}

.box-container {
  padding: 1.5rem 0;
}

.box-container .box .store-name {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}

.box-container .box .store-name h3 {
  color: var(--black);
  font-size: 2.5rem;
}

.box-container .box .store-name .store-hours {
  color: var(--green);
  font-size: 1.75rem;
}

.box-container .box p {
  color: var(--light-color);
  font-size: 1.6rem;
  padding: 1.5rem 2.5rem 2.5rem;
  line-height: 1.5;
}
/* media queries */
@media (max-width: 500px) {
  html {
    font-size: 50%;
  }

  .hero-image img {
    background: blue;
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
  }
}
