.location-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.location-cards__card {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 20px;
}
.location-cards__info {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.location-cards__icon {
  color: #002957;
  font-size: 34px;
  flex-shrink: 0;
}
.location-cards__details {
  display: flex;
  flex-direction: column;
  font-style: normal;
}
.location-cards__name {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #AE132A;
  margin: 0 0 2px;
}
.location-cards__address, .location-cards__city, .location-cards__phone, .location-cards__email {
  font-family: articulat-cf, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #002957;
  margin: 0;
}
.location-cards__address a, .location-cards__city a, .location-cards__phone a, .location-cards__email a {
  color: #002957;
  text-decoration: none !important;
}
.location-cards__address a:hover, .location-cards__city a:hover, .location-cards__phone a:hover, .location-cards__email a:hover {
  text-decoration: underline;
}
.location-cards__button {
  align-self: center;
}
.location-cards__preview-notice {
  padding: 1rem;
  background: #f0f0f0;
  border: 1px dashed #ccc;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .location-cards__card {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 40px;
  }
  .location-cards__name {
    font-size: 20px;
  }
  .location-cards__address, .location-cards__city, .location-cards__phone, .location-cards__email {
    font-size: 16px;
  }
  .location-cards__button {
    align-self: auto;
    flex-shrink: 0;
  }
}

/*# sourceMappingURL=location-cards.css.map */
