.apex-c-regionList {
  text-align: center;
}
  .apex-c-regionList--button {
    margin-top: 1em;
  }
  .apex-c-regionList--description {
    flex: 1 1 auto;
    margin-top: 1em;
  }
  .apex-c-regionList--image {
    line-height: 0;
  }
  .apex-c-regionList--image img {
    border: 0.125em solid #333F48;
    padding: 0.125em;
    transition: border-color 0.25s ease;
    width: 100%;
  }
  .apex-c-regionList--item + .apex-c-regionList--item {
    margin-top: 2em;
  }
  .apex-c-regionList--items {
    list-style-type: none;
  }
  .apex-c-regionList--region {
    color: inherit;
    display: block;
    text-decoration: none;
    width: 100%;
  }
  .apex-c-regionList--title {
    background-color: #333F48;
    color: #FFFFFF;
    font-size: 1.25em;
    font-weight: 700;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    transition: background-color 0.25s ease;
  }

  .apex-c-regionList--header:hover .apex-c-regionList--image img {
    border-color: #333F48 !important;
  }
  .apex-c-regionList--header:hover .apex-c-regionList--title {
    background-color: #333F48 !important;
  }

@supports (object-fit: cover) {
  .apex-c-regionList--image {
    padding-top: calc(75% + 0.25em);
    position: relative;
  }
  .apex-c-regionList--image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 48em), print {
  .apex-c-regionList--item {
    display: flex;
    flex: 0 1 auto;
    flex-basis: calc(50% - 1em);
    margin: 0.5em;
  }
  .apex-c-regionList--item + .apex-c-regionList--item {
    margin-top: 0.5em;
  }
  .apex-c-regionList--items {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .apex-c-regionList--region {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 64em) {
  .apex-c-regionList--item {
    flex-basis: calc(25% - 1em);
  }
}
