.how-it-work-bg {
  margin-top:-140px;
  position:relative;
  height: 200px;
  width: 100%;
}

  @media (max-width: 800px) {
    .how_it_work2 {
      min-height: 1700px !important;
    }
  }

 .how_it_work2 {
    position: relative;
    min-height: 900px;
    padding: 0 60px;
    text-align: center;
  }

  .how_it_work2 .shadow_box {
    background-color: #fffaef;
    border-radius: 10px;
  }

  .how_it_work2 .shadow_box .shadow_box_content {
    font-family: 'Newake', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

  }


.how_it_work2 .shadow_box .shadow_box_content img {
  max-width: 85% !important;
}

  .how_it_work2 .shadow_box .shadow_box_content h3 {
    font-size: clamp(20px, 4vw, 30px);
    color: #231f20;
    text-transform: uppercase;
  }

  .how_it_work2 .shadow_box .shadow_box_content h4 {
    font-size: clamp(12px, 4vw, 20px)!important;;
    color: #9e0e0e!important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    margin-top: 10px;
  }

  .how_it_work2 .shadow_box .shadow_box_content h2 {
    font-weight: 500 !important;
    font-size: clamp(25px, 3vw, 60px)!important;
    text-align: center;
    color: #9b1919;
    text-transform: uppercase;
    letter-spacing:1px;
  }

  .how_it_work2 .shadow_box .shadow_box_content p {
    margin:0 auto;
  }

  .how_it_work2 .shadow_box .shop-now-div{
    text-align:center;
    margin: 20px auto;
  }

  .how_it_work2 .shadow_box .shop_now {
    background-color: #e5310e;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    max-width: 200px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: clamp(14px, 2vw, 18px);
    width: 100%;
  }


  .how_it_work2 .shadow_box .shadow_box_content .image_text .how_is_it_work_img {
    width: 100%;
    margin: 20px 0;
  }

  .how_it_work2 .shadow_box .shadow_box_content .image_text .text {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .how_it_work2 .shadow_box .shadow_box_content .image_text .text .text_col {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    gap: 20px;

  }

  .how_it_work2 .shadow_box .shadow_box_content .image_text .text .text_col h5 {
    color: #9b1919;
    font-weight: 700;
    font-size: clamp(18px, 2vw, 25px) !important;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: math-auto;

  }

  .how_it_work2 .shadow_box .shadow_box_content .image_text .text .text_col p {
    color: #231f20 !important;
    text-align: center;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    font-family: "Montserrat", sans-serif;

  }
