.full-steps {
  background: url("/wp-content/themes/portraithy/src/assets/img/full-steps/full-steps.webp") no-repeat, #fffdf8;
  padding: 140px 0 70px;
}
@media (width < 786px) {
  .full-steps {
    background: #fffdf8;
    padding: 0 0 40px;
  }
}
.full-steps--content {
  row-gap: 108px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1036px;
  margin: auto;
  padding: 0 16px;
  justify-content: space-between;
}
@media (width < 985px) {
  .full-steps--content {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.full-steps--content__step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  flex-basis: auto;
}
@media (width < 985px) {
  .full-steps--content__step {
    flex-direction: column;
    align-items: center;
  }
}
.full-steps--content__step div {
  max-width: 347px;
}
@media (width < 985px) {
  .full-steps--content__step:not(:last-of-type):after {
    content: url("/wp-content/themes/portraithy/src/assets/img/full-steps/all_mobile.svg");
    margin: 0;
  }
}
.full-steps--content__step:first-of-type:after {
  content: url("/wp-content/themes/portraithy/src/assets/img/full-steps/first-steps.svg");
  margin-top: 20px;
}
@media (width < 985px) {
  .full-steps--content__step:first-of-type:after {
    content: url("/wp-content/themes/portraithy/src/assets/img/full-steps/all_mobile.svg");
    margin: 0;
  }
}
.full-steps--content__step:nth-child(4n+3):after {
  content: url("/wp-content/themes/portraithy/src/assets/img/full-steps/second-steps.svg");
  margin: 23px 0 0 30px;
}
@media (width < 985px) {
  .full-steps--content__step:nth-child(4n+3):after {
    content: url("/wp-content/themes/portraithy/src/assets/img/full-steps/all_mobile.svg");
    margin: 0;
  }
}
.full-steps--content__step:nth-child(4n+5):after {
  content: url("/wp-content/themes/portraithy/src/assets/img/full-steps/third-steps.svg");
  margin-left: -80px;
}
@media (width < 1040px) {
  .full-steps--content__step:nth-child(4n+5):after {
    margin-left: -60px;
  }
}
@media (width < 985px) {
  .full-steps--content__step:nth-child(4n+5):after {
    content: url("/wp-content/themes/portraithy/src/assets/img/full-steps/all_mobile.svg");
    margin: 0;
  }
}
.full-steps--content__step h2 {
  margin: 0;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  color: var(--wp--preset--color--background-green);
  text-transform: capitalize;
}
@media (width < 985px) {
  .full-steps--content__step h2 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 6px;
  }
}
.full-steps--content__step p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin: 0;
  color: var(--wp--preset--color--grey-600);
}
@media (width < 1040px) {
  .full-steps--content__step p {
    max-width: 250px;
  }
  .full-steps--content__step p br {
    display: none;
  }
}
@media (width < 985px) {
  .full-steps--content__step p {
    max-width: 100%;
    text-align: center;
    font-size: 14px;
  }
}
