.process {
  max-width: 900px;
  margin: auto;
  margin-top: 1.5rem;
  font-family: 'Arial', sans-serif;
}


  .process_header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .process_heading {
    font-size: 2.25rem;
    color: #0d5252;
    margin-bottom: 1rem;
  }

  .process_title {
    text-align: center;
    font-size: 2rem;
    color: #0d5252;
    margin-bottom: 3rem;
  }

  .process_intro{
    color: #0d5252;
  }

  .process_step {
    margin-bottom: 2.5rem;
    width: 100%;

  }

  .process_step_title {
      color: #0d5252;
      font-size: 1.6rem;;
      margin-bottom: 0.5rem;
    }

    .process_step_desc {
      font-size: 1.6rem;
      color: #333;
      line-height: 1.6;
    }
  

  .process_footer {
    text-align: center;
    font-size: 1.6rem;;
    color: #0d5252;
    font-weight: bold;
    margin-top: 4rem;
    font-size: 1.6rem;
  }
  @media(max-width: 1024px){
    .process {
      flex: 1 1 500px;
      max-width: 600px;
    }
  }

  @media (max-width: 768px) {

  .process_step_desc {
      font-size: 2rem;
    }

  .process_step_title span {
    font-size: 2.2rem;
  }

}

     

