.store-locator {
  --top-radius: 15px;
  --bottom-radius: 15px;
}

.store-locator .store-locator_heading-head{
  margin-bottom: 35px;
}

.store-locator_wrapper{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 768px) {
  .store-locator_heading {
    --mt-bottom: 23px;
    --mt-top: 0;
  }
}