/** @format */

.locations-item {
  margin-bottom: 35px;
  border-bottom: 1px solid var(--color-medium-gray);
}

.locations-item h3 {
  position: relative;
  padding-left: 32px;
  margin-bottom: 39px;
}

.locations-item h3:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  width: 10px;
  height: 30px;
  background-color: var(--color-orange);
}
