.custom-num-cards-two {
  padding: 15vw 5vw;
  background-color: var(--foe-color-four);
  position: relative;
}

.custom-num-cards-two .num-cards-gallery {
  display: grid;
  grid-template-columns: 1fr;
}

.custom-num-cards-two .num-card {
  padding: 25px 0;
}

.custom-num-cards-two .num-card p {
  color: var(--foe-color-six);
  text-align: center;
}

.custom-num-cards-two .num-card .num-card-icon {
  display: flex;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border: 1px solid var(--foe-color-two);
  border-radius: 50rem;
  align-items: center;
  justify-content: center;
}

.custom-num-cards-two .num-card .num-card-icon p {
  font-family: 'freight-text-pro', serif;
  font-size: 50px;
  line-height: 1;
  margin: -11px 0 0;
  vertical-align: center;
  color: var(--foe-color-six);
}

.custom-num-cards-two .num-card:nth-child(3) .num-card-icon p {
  margin: -20px 0 0 2px;
  font-size: 45px;
}

.custom-num-cards-two .num-card:nth-child(4) .num-card-icon p {
  margin: -20px 0 0 -1px;
  font-size: 48px;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .custom-num-cards-two {
    padding: 10vw 10vw;
  }

  .custom-num-cards-two .num-cards-gallery {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .custom-num-cards-two {
    padding: 5vw 15vw;
  }

  .custom-num-cards-two .num-cards-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
