section.cta-green {
  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-1024x203-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-id-36 .cta-green,
.page-id-40 .cta-green {
  background-image: url('/wp-content/uploads/2021/12/olena-sergienko-3BlVILvh9hM-unsplash-1024x203-1.jpg');
}

.cta-green h2,
.cta-green p,
.cta-green li {
  color: #ffffff;
  text-align: center;
}

.cta-green h2 {
  font-weight: 500;
}

section.cta-green .button-container {
  display: flex;
  justify-content: center;
}

section.cta-green .button {
  margin-right: 0;
  background-color: var(--foe-color-two);
  border-color: var(--foe-color-two);
  color: #ffffff;
}

section.cta-green .button:hover,
section.cta-green .button:focus,
section.cta-green .button:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0b5f73;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  section.cta-green {
    padding: 3vw 10%;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  section.cta-green {
    padding: 5vw 15%;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  section.cta-green {
    padding: 5vw 25%;
  }
}
