.text-text {
  padding: 10vw;
  position: relative;
  z-index: 99;
}

.text-text.ecsf-first {
  background-color: var(--foe-color-one);
}

.text-text.ecsf-first h2,
.text-text.ecsf-first h4,
.text-text.ecsf-first p {
  color: var(--foe-color-four) !important;
}

.text-text.ecsf-first h2,
.text-text.recipients h2 {
  border-bottom: 1px solid var(--foe-color-two);
}

.text-text.community-grants h2 {
  margin-bottom: 0 !important;
}

.text-text.community-grants .description p {
  border-bottom: 1px solid var(--foe-color-two);
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.text-text .columns {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}

.text-text h2,
.text-text h4 {
  color: var(--foe-color-six);
  width: 100%;
}

.text-text p {
  margin: 25px 0 0;
}

.text-text h2 {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.text-text h4 {
  padding: 0 0 25px;
}

.text-text .button {
  display: block;
  margin: 20px auto;
}

.text-text .button:nth-child(2) {
  background-color: var(--foe-color-one);
  color: var(--foe-color-six);
  border-color: var(--foe-color-one);
}

.text-text .button:nth-child(2):hover,
.text-text .button:nth-child(2):focus,
.text-text .button:nth-child(2):active {
  background-color: var(--foe-color-six);
  border: 2px solid var(--foe-color-one);
  color: var(--foe-color-one);
}

.text-text .button:nth-child(3) {
  background-color: var(--foe--color-six);
  color: var(--foe-color-one);
  border-color: var(--foe-color-three);
}

.text-text .button:nth-child(3):hover,
.text-text .button:nth-child(3):focus,
.text-text .button:nth-child(3):active {
  background-color: var(--foe-color-three);
  color: var(--foe-color-six);
  border-color: var(--foe-color-three);
}

.text-text .button {
  display: block;
  margin: 20px auto 0 0;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .recipients {
    background-image: url('/wp-content/uploads/2021/12/Group-1.png');
    background-size: 30% auto;
    background-position: -5% 98%;
    background-repeat: no-repeat;
    padding-bottom: 15%;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .text-text {
    padding: 5vw 15vw;
  }

  .text-text .columns {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }

  .recipients {
    background-size: 30% auto;
    background-position: -5% 98%;
    padding-bottom: 10%;
  }
}
