/* -- MAP TWO COLUMN BLOCKS  -- */

.custom-map-two-blocks .wp-block-group__inner-container {
  width: 100% !important;
  max-width: 1448px;
}
.custom-map-two-blocks a {
  line-height: 1.5rem;
  text-decoration: underline;
  font-size: 1rem !important;
  color: var(--primary-3) !important;
  font-family: BentonSansBook, serif;
}
.custom-map-two-blocks a:hover {
  color: var(--neutral-8) !important;
}
.custom-map-two-blocks h4 {
  font-size: 2rem;
  color: var(--primary-5);
  font-family: TiemposHeadline, serif;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: 0px;
  text-align: left;
  padding: 0 0 24px 0 !important;
}
.custom-map-two-blocks h6 {
  color: var(--neutral-8);
  font-family: BentonSansBook, serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase;
}
.custom-map-two-blocks figure {
  margin-bottom: 32px !important;
}
.custom-map-two-blocks .wp-block-column {
  margin: 0 auto;
}
.custom-map-two-blocks {
  margin: 0 auto !important;
  padding: 0 !important;
  margin-bottom: 104px !important;
}
.custom-map-two-blocks .wp-block-columns {
  gap: 40px !important;
}
.custom-map-two-blocks .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: content !important;
  flex-grow: 0 !important;
}
.custom-map-two-blocks p {
  color: var(--neutral-8);
  font-family: BentonSansBook, serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 24px;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0px;
  text-align: left;
}
.custom-map-two-blocks p:last-of-type {
  padding-bottom: 0 !important;
}
.custom-map-two-blocks 
  .wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column {
  width: 50%;
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}

/* Mobile */
@media screen and (max-width: 960px) {

  .custom-map-two-blocks h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 1px;
  }
  .custom-map-two-blocks {
    margin-bottom: 0px !important;
  }

  .custom-map-two-blocks .wp-block-column {
    margin-bottom: 52px;
  }
  .custom-map-two-blocks .wp-block-column {
    margin-bottom: 72px;
  }
  .custom-map-two-blocks .wp-block-columns {
    gap: 20px !important;
  }
  .custom-map-two-blocks  {
    margin-bottom: 0px !important;
  }
  .custom-map-two-blocks 
  .wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column {
    width: 50%;
    flex-basis: content !important;
    flex-grow: 0 !important;
  }
}
