.custom-help {
  padding: 15vw 5vw;
  position: relative;
}

.custom-help .img-543 {
  display: none;
}

.custom-help .columns {
  width: 100%;
}

.custom-help .column {
  display: flex;
  align-items: center;
}

.custom-help .column h2,
.custom-help .column p {
  color: var(--foe-color-six);
}

.custom-help .column img {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 25px;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .custom-help {
    padding: 10vw 10vw;
  }

  .custom-help .img-543 {
    display: block;
    height: auto;
    width: 40vw;
    position: absolute;
    bottom: 0;
    right: -5vw;
    z-index: -11;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .custom-help .img-543 {
    width: 30vw;
  }

  .custom-help .columns {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
  }

  .custom-help .column p {
    padding: 0;
  }

  .custom-help .columns .column:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .custom-help .columns .column:nth-child(1) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .custom-help:nth-child(odd) .columns .column:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .custom-help:nth-child(odd) .columns .column:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .custom-help .column img {
    margin-bottom: 0;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .custom-help {
    padding: 5vw 15vw;
  }

  .custom-help .columns {
    column-gap: 100px;
  }
}
