.cta-blue {
  width: 100%;
  padding: 15vw 10vw;
  position: relative;
  background-color: var(--foe-color-two);
  background-image: url('/wp-content/uploads/2021/12/chris-stenger-2AieIxYMLTA-unsplash-blue-1024x203-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-id-18 .cta-blue,
.page-id-42 .cta-blue,
.page-id-44 .cta-blue {
  background-image: url('/wp-content/uploads/2021/12/thomas-lipke-kkXDhAUnxYI-unsplash-1024x203-1.jpg');
}

.cta-blue h2,
.cta-blue p,
.cta-blue li {
  color: #ffffff;
  text-align: center;
}

.cta-blue h2 {
  font-weight: 500;
}

.cta-blue .button-container {
  display: flex;
  justify-content: center;
}

.cta-blue .button {
  margin-right: 0;
  background-color: var(--foe-color-two);
  border-color: var(--foe-color-two);
  color: #ffffff;
}

.cta-blue .button:hover,
.cta-blue .button:focus,
.cta-blue .button:active {
  background-color: var(--foe-color-three);
  border-color: var(--foe-color-three);
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .cta-blue {
    padding: 3vw 10%;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .cta-blue {
    padding: 5vw 15%;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .cta-blue {
    padding: 5vw 25%;
  }
}
