.text-block-two {
  width: 100%;
  padding: 15vw 10vw;
  position: relative;
  background-color: var(--foe-color-one);
  position: relative;
}

.text-block-two h3 {
  color: var(--foe-color-four);
  font-size: 30px;
}

.text-block-two p {
  color: var(--foe-color-four);
}

.text-block-two .button-container {
  display: flex;
  justify-content: center;
}

.text-block-two .button {
  margin-right: 0;
}

.page-id-22 .text-block-two {
  background-color: var(--foe-color-one);
  margin: 0;
  z-index: 88;
}

.page-id-22 .text-block-two .illustration-right {
  height: auto;
  width: 35vw;
  position: absolute;
  bottom: 1vw;
  right: -5vw;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .text-block-two {
    padding: 10vw 15vw;
  }

  .page-id-22 .text-block-two .illustration-right {
    width: 30vw;
    bottom: 0;
  }

  .text-block-two h3 {
    text-align: center;
    font-size: 36px;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .text-block-two {
    padding: 7.5vw 20vw;
  }

  .text-block-two h3 {
    font-size: 40px;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .text-block-two {
    padding: 5vw 25vw;
  }

  .page-id-22 .text-block-two .illustration-right {
    width: 25vw;
  }

  .text-block-two h3 {
    font-size: 50px;
  }
}
