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