.how-it-works-column {
  padding-top: 3.5rem;
}

.max-width-270 {
  max-width: 270px;
}

.max-width-222 {
  width: 222px;
  justify-content: center;
  align-items: flex-start;

  flex-shrink: 0;
}
.how-it-works-home-new-img-border {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 8px;
}
.how-it-works-home-new-img-border {
  border-radius: 300px;
  background: #f6f1fe;
}

.img-block {
  height: 80px;
  width: 80px;
}

.img-block-new {
  height: 32px;
  width: 32px;
}

.img-block-gif {
  height: 80px;
  width: 80px;
}
.first-block {
  order: 1;
}

.second-block {
  order: 2;
}

.d-inline-flex-custom {
  display: flex;
}
.s2 {
  color: #494949 !important;
}

@media (min-width: 1240px) {
  .how-it-works-column {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }

  .how-it-works-column-homepage {
    padding-top: 188px;
    padding-bottom: 172px;
  }

  .how-it-works-home {
    display: flex;
  }

  .min-width-mobile {
    margin-bottom: 20px;
  }
}

.min-width-counter {
  min-width: 26px;
}

.how-it-works-description a:focus {
  outline: 1px solid var(--bs-primary) !important;
  border-radius: 4px !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 4px var(--bs-primary) !important;
  transition: outline-offset 0.2s ease, box-shadow 0.2s ease;
}

@media only screen and (max-width: 410px) {
  .max-width-222 {
    width: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .how-it-works-partner-btn {
    margin-bottom: 64px;
    width: 248px;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 601px) and (max-width: 1239px) {
  .min-width-counter {
    min-width: 18px;
  }
  .how-it-works-partner-btn {
    margin-bottom: 64px;
    width: 280px;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1239px) {
  .min-width-counter {
    min-width: 15px;
  }

  .first-block {
    order: 2;
  }

  .second-block {
    order: 1;
  }

  .d-inline-flex-custom {
    display: inline-block;
    padding-bottom: 1.5rem;
  }
  .img-block {
    height: 54px;
    width: 54px;
  }
  .img-block-new {
    height: 20px;
    width: 20px;
  }

  .min-width-mobile {
    min-width: 92px;
  }

  [dir='rtl'] .min-width-mobile {
    margin-right: 0;
    margin-left: 1.25rem;
  }

  .d-flex-mobile {
    display: flex;
    align-items: center;
  }

  .max-width-270 {
    max-width: none;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .max-width-222 {
    width: max-content;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
  }

  .text-responsive-alignment {
    text-align: center;
  }

  .title-mobile-padding {
    padding-bottom: 2rem;
  }

  .how-it-works-home {
    padding: 40px 0 24px;
  }
}
@media (min-width: 1240px) {
  .custom-border-margin-right {
    padding-right: 48px;
    border-right: 1px solid #d9c0ff;
  }
  .how-it-works-partner-btn {
    margin-top: 64px;
  }
  [dir='rtl'] .custom-border-margin-right {
    padding-right: 0;
    padding-left: 48px;
    border-right: none;
    border-left: 1px solid #d9c0ff;
  }
}
