section.hero {
  background-image: url('/new_landing/images/process-page/section-header.png');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;

  .yellow-wave {
    position: absolute;
    top: 0;
    right: -390px;
    z-index: 1;
  }
  .pink-wave {
    position: absolute;
    bottom: 0;
    left: -580px;
    z-index: 1;
  }

  .section-title {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .section-description {
    font-weight: 300;
  }

  .steps-holder {
    margin-bottom: 150px;
  }

  .step {
    display: grid;
    grid-template-columns: 100px auto;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    .step-circle {
      border-radius: 100%;
      border: 1px solid var(--color-light-grey);
      background-color: var(--color-yellow);
      color: var(--color-indigo);
      /* padding: 40px; */
      width: 100px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
    }
    .step-description {
      margin-left: 30px;
      .step-title {
        font-size: 28px;
      }
      .step-text {
        font-size: 24px;
        font-weight: 300;
        margin-top: 50px;
      }
    }
  }
}

section.ssm-cost-breakdown {
  background-image: url('/new_landing/images/process-page/section-brakedown.png');
  .section-subtitle {
    margin-top: 30px;
    margin-bottom: 150px;
  }
  .cost-box {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 15px;
    background-color: var(--color-white);
    position: relative;
    height: 100%;
    text-align: center;

    .cost-breakdown-icon {
      /* height: 300px; */
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #e30687;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      box-shadow: 0px 3px 6px #6c1a4a;
      position: absolute;
      top: -85px;
      left: 50%;
      transform: translateX(-50%);
      img {
        height: 50%;
      }
    }
  }
  h5 {
    font-size: 32px;
    margin-top: 75px;
  }
  p {
    font-size: 24px;
    font-weight: 300;
    margin-top: 25px;
    font-size: 28px;
    display: inline-block;
    text-align: left;
    .pink-dot {
      position: relative;
    }
    .pink-dot::before {
      content: '\A';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #b83b3b;
      display: inline-block;
      margin: 0 10px;
      position: absolute;
      top: 50%;
      left: -30px;
      transform: translateY(-50%);
    }
  }
  .cost-disclaimer {
    background-color: #ffffff;
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px;
    font-style: italic;
    p {
      margin: 0;
      font-size: 24px;
    }
  }
}

section.ssm-steps {
  .easy-step {
    display: grid;
    grid-template-columns: 120px auto;
    align-items: center;

    &:not(:last-child) {
      margin-bottom: 20px;
    }
    .step-order {
      width: 100px;
      height: 100px;
      background-color: var(--color-indigo);
      color: var(--color-white);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 40px;
    }
    .step-description {
      h5 {
        font-size: 28px;
        margin-bottom: 0;
      }
      p {
        font-size: 24px;
        margin-bottom: 0;
      }
    }
  }
}

@media only screen and (max-width: 1681px) {
  section.hero {
    .step {
      grid-template-columns: 60px auto;
      .step-circle {
        width: 60px;
        height: 60px;
        position: relative;
        top: -15px;
      }
      .step-description {
        margin-left: 20px;
        .step-title {
          font-size: 26px;
          font-weight: 600;
        }
        .step-text {
          font-size: 20px;
          margin-top: 10px;
        }
      }
    }
  }
  section.ssm-cost-breakdown {
    h5 {
      font-size: 24px;
      margin-top: 75px;
    }
    p {
      font-size: 20px;
      margin-top: 15px;
    }
    .cost-disclaimer {
      p {
        font-size: 20px;
      }
    }
  }
  section.ssm-steps {
    .easy-step {
      grid-template-columns: 80px auto;
      .step-order {
        width: 80px;
        height: 80px;
        font-size: 30px;
      }
      .step-description {
        margin-left: 20px;
        h5 {
          font-size: 24px;
        }
        p {
          font-size: 20px;
        }
      }
    }
  }
}
@media only screen and (max-width: 1200px) {
  section.ssm-cost-breakdown {
    background-image: url('/new_landing/images/process-page/section-brakedown.png');
    .section-subtitle {
      margin-bottom: 0;
    }
    .row {
      .col-md-6 {
        margin-top: 110px;
        min-height: 465px;
      }
    }
  }
}

@media only screen and (max-width: 992px) {
  .cost-box {
    margin-bottom: 20px;
  }

  section.ssm-steps {
    .easy-step {
      grid-template-columns: 80px auto;
      .step-order {
        width: 80px;
        height: 80px;
        font-size: 30px;
      }
      .step-description {
        margin-left: 20px;
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  section.hero {
    .yellow-wave,
    .pink-wave {
      display: none;
    }
    .section-description {
      margin-bottom: 0;
    }
    .steps-holder {
      margin-bottom: 0;
    }
    .step {
      grid-template-columns: 60px auto;
      .step-circle {
        width: 60px;
        height: 60px;
        font-size: 20px;
      }
      .step-description {
        margin-left: 20px;
        .step-title {
          font-size: 22px;
        }
        .step-text {
          font-size: 18px;
          margin-top: 15px;
          margin-bottom: 0;
        }
      }
    }
  }
}
@media only screen and (max-width: 576px) {
  section.hero {
    .step {
      grid-template-columns: 40px auto;
      .step-circle {
        width: 40px;
        height: 40px;
        font-size: 18px;
        top: -10px;
      }
      .step-description {
        margin-left: 15px;
        .step-title {
          font-size: 18px;
        }
        .step-text {
          font-size: 18px;
          margin-top: 15px;
          margin-bottom: 0;
        }
      }
    }
  }
  section.ssm-steps {
    .easy-step {
      grid-template-columns: 40px auto;
      .step-order {
        width: 40px;
        height: 40px;
        font-size: 18px;
      }
      .step-description {
        margin-left: 15px;
        h5 {
          font-size: 18px;
        }
        p {
          font-size: 16px;
        }
      }
    }
  }

  section.ssm-cost-breakdown {
    .row {
      .col-md-6 {
        margin-top: 70px;
        min-height: 250px;
      }
    }
    .cost-box {
      padding: 20px;
      .cost-breakdown-icon {
        width: 100px;
        height: 100px;
        top: -50px;
        img {
          height: 40%;
        }
      }
    }
    h5 {
      font-size: 22px;
      margin-top: 50px;
    }
    p {
      font-size: 18px;
      margin-top: 10px;
    }
    .cost-disclaimer {
      p {
        font-size: 18px;
      }
    }
  }
}
