#stores {
  max-width: 1680px;
  margin: 0 auto;
}

.stores-content {
  margin: 4em 10%;
}

.stores-content .store {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
  width: 100%;
}

.stores-content .store .detail {
  margin-left: 1em;
  width: 50%;
  padding-top: 0.5em;
}

.stores-content .store .map {
  width: 50%;
  height: 450px;
  background: #c4c4c4;
}

.stores-content .store .detail .title {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.115em;
  color: #000000;
}
.stores-content .store .detail span {
  display: block;
  font-weight: 300;
}

.stores-content .store .detail .contact-information {
  display: grid;
  margin: 1.5em 0;
}

.stores-content .store .detail .contact-information .contact-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.35em;
}

.stores-content .store .detail .contact-information .contact-detail {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.11em;
  color: #000000;
}

@media (min-width: 760px) and (max-width: 1024px) {
  #stores .page-title {
    font-size: 32px !important;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  #stores .page-title {
    margin: 4em 0px 0px 0px;
    width: 100%;
    font-size: 28px;
  }

  #stores .banner {
    width: 100%;
  }

  #stores .stores-content {
    margin: 0px;
  }
  #stores .stores-content .store {
    flex-wrap: wrap;
  }
  #stores .stores-content .store .map {
    width: 100%;
  }
  #stores .stores-content .store .detail {
    width: 100%;
  }
}
