.locations {
  margin-bottom: 2em;
}
.locations__item {
  box-shadow: 0px 15px 18px -5px rgba(0, 68, 102, 0.1) !important;
  border: 1px solid #F2F2F2;
  border-radius: 15px;
  padding: 1.5em 1em;
}
.locations__item.box-shadow:hover {
  transform: none;
  box-shadow: none;
}
.locations__item__address-heading {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.6em;
  color: rgba(69, 85, 96, 0.8);
}
.locations__item__place h4 {
  color: #072BB8;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #F2F2F2;
}
