.step-tabs {
  /* If two consecutive sections share the same data-bg-color, remove padding-top on the second */
}
.step-tabs section[data-bg-color=bg-white] + section[data-bg-color=bg-white], .step-tabs section[data-bg-color=bg-buff] + section[data-bg-color=bg-buff] {
  padding-top: 0 !important;
}
.step-tabs {
  /* repeat for each background color you use */
}
.step-tabs .p-20 {
  padding: 20px;
}
.step-tabs .mb-20 {
  margin-bottom: 20px;
}
.step-tabs {
  /*
  html .container, html .container-fluid {
      max-width: 100%;

      img {
          max-width: 100%;
      }
  }
      */
}
@media (max-width: 1439.98px) {
  .step-tabs {
    list-style-type: none;
  }
}
@media (min-width: 1440px) {
  .step-tabs {
    list-style-position: inside;
  }
}
@media (max-width: 1439.98px) {
  .step-tabs .step-tabs__position-absolute {
    position: absolute;
  }
}