.three-col-images {
  padding: 15vw 10vw;
  background-color: var(--foe-color-two);
  position: relative;
}

.three-col-images .illustration-right {
  display: none;
  z-index: 1;
}

.three-col-images .columns {
  width: 100%;
  z-index: 10;
}

.three-col-images .column img {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 25px;
}

.three-col-images h2 {
  color: var(--foe-color-four);
  text-align: center;
}

.three-col-images .button-container {
  display: flex;
  justify-content: center;
}

.three-col-images .button {
  background-color: var(--foe-color-one);
  border-color: var(--foe-color-one);
  color: var(--foe-color-four);
  margin-bottom: 0;
}

.three-col-images .button:hover,
.three-col-images .button:focus,
.three-col-images .button:active {
  background-color: var(--foe-color-four);
  border-color: var(--foe-color-four);
  color: var(--foe-color-one);
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .three-col-images {
    padding: 10vw 10vw;
  }

  .three-col-images .illustration-right {
    display: block;
    height: auto;
    width: 300px;
    position: absolute;
    bottom: 1vw;
    right: -5vw;
  }

  .three-col-images .columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
  }

  .three-col-images .column img {
    margin-bottom: 0;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .three-col-images .illustration-right {
    width: 350px;
  }

  .three-col-images .columns {
    column-gap: 50px;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .three-col-images {
    padding: 5vw 15vw;
  }

  .three-col-images .illustration-right {
    width: 400px;
  }
}
