.small-steps-section-wrapper .text-content {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .small-steps-section-wrapper .text-content {
    width: 80%;
  }
}
.small-steps-section-wrapper .small-steps {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .small-steps-section-wrapper .small-steps {
    padding: 40px;
  }
}
.small-steps-section-wrapper .step-item {
  position: relative;
  padding: 10px 0;
}
.small-steps-section-wrapper .step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  height: 100%;
  width: 3px;
  background-color: #b87c5d;
  z-index: 0;
}
.small-steps-section-wrapper .step-item .step-number {
  display: block;
  position: relative;
  z-index: 2;
}
.small-steps-section-wrapper .step-item .step-number .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: var(--primary-font-weight-bold);
  background-image: url('data:image/svg+xml,<svg width="42" height="45" viewBox="0 0 42 45" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3001_5384" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="42" height="45"><path d="M19.73 0.446482C17.7781 1.61032 15.7488 2.63912 13.6563 3.52566C10.7388 4.93438 7.65193 6.27382 5.43492 8.53701C0.816162 13.3097 -0.530977 19.0678 0.177233 25.2569C0.418188 27.9975 1.29779 30.6435 2.74553 32.9829C4.19328 35.3223 6.16891 37.29 8.5141 38.7283C12.1321 41.0377 16.443 42.3002 19.9686 44.7712C20.2056 44.9381 20.4931 45.0177 20.7821 44.9967C21.0712 44.9756 21.3441 44.8552 21.5544 44.6557C23.6559 43.1161 26.1732 42.1462 28.5518 41.0839C37.2043 37.2811 41.5382 31.0766 41.2611 22.9475C41.2611 14.9879 38.6284 10.169 32.5932 6.08137C29.1446 3.77199 24.8953 2.73277 21.5313 0.246334C21.3369 0.0899577 21.0957 0.00323093 20.8462 0C20.4461 0.0391489 20.0662 0.194334 19.7531 0.446482" fill="white"/></mask><g mask="url(%23mask0_3001_5384)"><path d="M41.5151 0H-0.515625V45.1407H41.5151V0Z" fill="url(%23paint0_linear_3001_5384)"/></g><defs><linearGradient id="paint0_linear_3001_5384" x1="-0.515625" y1="22.5703" x2="41.5151" y2="22.5703" gradientUnits="userSpaceOnUse"><stop stop-color="%23B77B5C"/><stop offset="1" stop-color="%23E0A881"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.small-steps-section-wrapper .step-item .step-text {
  padding-right: 10px;
}