.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;
}

.how-it-works-section .how-it-works-heading,
.how-it-works-section .how-it-works-description {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.how-it-works-section ol.row {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.how-it-works--five-col .how-it-works-heading,
.how-it-works--five-col .how-it-works-description {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  ol.how-it-works--five-col.row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 1rem;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    --bs-gutter-x: 0;
  }

  ol.how-it-works--five-col.row > li {
    flex: unset;
    max-width: none;
    width: 100%;
    min-width: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    box-sizing: border-box;
  }

  .how-it-works-section .how-it-works-column:has(.how-it-works--five-col) {
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }

  .how-it-works-section .how-it-works-column.pe-xl-2:has(.how-it-works--five-col) {
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .how-it-works--five-col {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .how-it-works-section ol.row {
    margin-left: 0;
    margin-right: 0;
  }

  .how-it-works-section ol.row > li {
    align-items: center !important;
    text-align: center;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .how-it-works-section .how-it-works-heading,
  .how-it-works-section .how-it-works-description {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@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;
  }
}
