.location-wrapper::after {
  content: "";
  position: absolute;
}

.location-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.location-wrapper > div {
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .location-wrapper > div .text {
    display: none;
  }
}
