.custom-funds {
  display: block;
  width: 100%;
  padding: 3vw 15vw;
  background-color: var(--foe-color-five);
  position: relative;
}

.custom-funds .illustration-right {
  height: auto;
  width: 40%;
  position: absolute;
  bottom: 1vw;
  right: -5vw;
}

.custom-funds h2,
.custom-funds h4,
.custom-funds p,
.custom-funds li,
.custom-funds a {
  color: var(--foe-color-six);
}

.custom-funds .named-subtitle {
  display: block;
  width: 100%;
  padding: 25px 0;
  margin: 0 0 25px;
  border-bottom: 1px solid var(--foe-color-two);
}

.custom-funds .columns {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .custom-funds .columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .custom-funds .columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }

  .custom-funds .illustration-right {
    width: 30%;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .custom-funds .illustration-right {
    width: 35%;
  }
}
