.state-separator {
  background: #000;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.4em;
}

.store-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.store-info {
  padding: 0 1em;
}

.social-icons.locations li {
  margin: 0 10px 0 0 !important; 
}

.social-icons.locations li:last-child {
  margin: 0; 
}

.social-icons.locations li a {
    font-size: 15px;
  line-height: 9px;
  padding: 8px;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .store-title {
    margin-top: 1em;
  }
}