.location-card__item {
  height: 100%;
}

.location-card__item-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  padding: 48px 24px;
  height: 100%;
}
@media (min-width: 995px) {
  .location-card__item-inner {
    padding: 48px;
  }
}

.location-card__item .location-card__item-heading {
  font-size: 18px;
  font-weight: 600;
  color: #0070B9;
  margin-bottom: 0;
}

.location-card__item .contaner-holder p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}