.promotion-steps-section {
  position: relative;
  background-color: #A95B8F;
  color: #fff;
}
.promotion-steps-section a {
  color: #fff;
  text-decoration: underline;
}
.promotion-steps-section .promotion-steps {
  position: relative;
}
.promotion-steps-section .top-section {
  z-index: 3;
  position: relative;
  min-height: 312px;
}
.promotion-steps-section .top-section .promotion-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
}
.promotion-steps-section .top-section .page-width {
  position: relative;
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .top-section .page-width {
    padding-top: 90px;
  }
}
.promotion-steps-section .middle-section {
  z-index: 1;
  position: relative;
  margin: -80px auto;
  padding: 60px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .middle-section {
    margin-top: -130px;
    padding-bottom: 100px;
  }
}
.promotion-steps-section .middle-section .promotion-steps-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
}
.promotion-steps-section .middle-section .page-width {
  position: relative;
}
.promotion-steps-section .bottom-section {
  z-index: 3;
  position: relative;
  min-height: 160px;
  overflow: hidden;
}
.promotion-steps-section .bottom-section .promotion-bottom-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.promotion-steps-section .bottom-section .promotion-bottom-bar img {
  min-width: 1366px;
}
.promotion-steps-section .bottom-section .page-width {
  position: relative;
  padding-top: 40px;
  text-align: center;
  displaY: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.promotion-steps-section .section-title h2 {
  font-family: "Sue Ellen Francisco";
  font-size: 50px;
  font-weight: normal;
  line-height: 60px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .section-title h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
.promotion-steps-section .section-body p {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.promotion-steps-section .step-row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .step-row {
    flex-direction: row;
    gap: 0 50px;
    padding: 80px 0;
  }
}
.promotion-steps-section .step-row .promotion-step {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .step-row .promotion-step {
    padding: 0;
  }
}
.promotion-steps-section .step-row .promotion-step__image {
  height: 140px;
  margin: 0 auto 10px;
}
.promotion-steps-section .step-row .promotion-step__arrow {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  transform: rotate(270deg) scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .step-row .promotion-step__arrow {
    top: 50%;
    right: -50px;
    left: unset;
    bottom: unset;
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
  }
}
.promotion-steps-section .step-row .promotion-step:first-child .promotion-step__arrow {
  transform: rotate(90deg);
  filter: none;
  -ms-filter: none;
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .step-row .promotion-step:first-child .promotion-step__arrow {
    transform: none;
  }
}
.promotion-steps-section .step-row .promotion-step img {
  display: block;
  max-width: 120px;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
.promotion-steps-section .step-row .promotion-step h3 {
  font-size: 20px;
  margin: 0 0 16px;
  padding: 0 45px;
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .step-row .promotion-step h3 {
    padding: 0 60px;
  }
}
.promotion-steps-section .step-row .promotion-step p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .promotion-steps-section .step-row .promotion-step p {
    padding: 0 30px;
  }
}
