.home-connect {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 30px;
  margin: 2em 0;
}
.city {
  font-weight: 700;
  font-stretch: 75%;
}
.connect-txt {
  position: absolute;
  z-index: 10;
}
.connect-txt a {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background-image: none;
}
.connect-txt a:hover {
  color: #fff
}
.event-card .connect-txt a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.event-card:hover .connect-img img {
  filter: grayscale(1) brightness(0.65);
  transition: filter 500ms;
}
.home-connect article {
  position: relative;
}
.home-connect article a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.cards {
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.333em;
}
.cards article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 7px 1em;
}
.cards div:first-child {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: stretch;
  padding: 1.333em;
  border-radius: .25em;
  margin: 0
}
.cards h2 {
  margin-top: 0
}
.cards img {
  max-width: 100%;
  object-fit: contain
}
.cards .cta {
  display: inline-block;
  margin: auto 0 0;
}
.cards div.deco-graphic {
  margin: 0 0 14px;
}
@media screen and (min-width:767px) {
  .cards article {
    flex-basis: calc(50% - 14px);
  }
}
@media screen and (min-width: 768px) {
  .cards {
    flex-basis: 25%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .city {
    font-size: 3.25em;
  }
}
@media screen and (max-width: 991px) {
  .city {
    font-size: 2.75em;
  }
}
.cards-center {
  justify-content: center
}
.cards article {
  flex-basis: calc(50% - 14px);
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .cards-4 article {
    flex-basis: calc(25% - 14px);
    min-width: 221px
  }
  .city {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .cards-4 article {
    flex-basis: calc(25% - 14px);
    min-width: 166px
  }
}
