.banner {
    margin: 0;
  }

  .banner_cont {
    padding-bottom: 100px;
  }
  
  .banner_cont_top {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e6e9;
  }
  
  .banner_cont_top_cont {
    font-size: 14px;
    color: #000;
  }

  .banner_cont_cont {
    margin-top: 50px;
  }

  .banner_cont_progress_title {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 600;
  }
  
  