

@media (max-width:475px) {

    .first_collect_diamond,.collect_your_coupon2 ,.collect_your_coupon1,.generate_coupon_code,.your_coupon_code,.first_finance_normal_flow,.second_finance_normal_flow,.third_finance_normal_flow,.first_health_normal_flow,.second_health_normal_flow,.third_health_normal_flow{
        height: 290px !important;
        margin: 10px 0;
    }
}

@media (max-width:450px) {
    .first_collect_diamond,.collect_your_coupon2,.collect_your_coupon1,.generate_coupon_code,.your_coupon_code,.first_finance_normal_flow,.second_finance_normal_flow,.third_finance_normal_flow,.first_health_normal_flow,.second_health_normal_flow,.third_health_normal_flow{
        height: unset !important;
        background-size: cover !important;
        min-height: 275px !important;
    }
    /* nav #show-menu:checked~.nav-content .links {
      transform: translate(0%, 0%);
    }
  
    nav .nav-content .links {
      transform: translate(0%, -110%);
    } */
  
    .wrapper {
        max-width: 100%;
      }
    
      .blog_text_part {
        width: 73%;
      }
    
      .blog_images_part {
        width: 32%;
      }
    
      nav .nav-content .links {
        max-width: unset;
        width: 100%;
      }
    
      .wrapper nav {
        max-width: 100% !important;
        padding: 0 15px;
        width: 100%;
        max-width: calc(100% - 0px);
      }
    
      .wrapper {
        max-width: unset;
      }
    
      .nav-content .logo a {
        font-size: 23px;
      }
    
      .wrapper .search-box {
        max-width: calc(100% - 70px);
      }
    
      .wrapper .search-box .go-icon {
        width: 30px;
        right: 0;
      }
    
      .wrapper .search-box input {
        padding-right: 30px;
      }
}
@media (max-width:375px) {
    .first_collect_diamond,.collect_your_coupon2,.collect_your_coupon1,.your_coupon_code{
        height: unset !important;
        background-size: cover !important;
        min-height: 235px !important;
    }

    .generate_coupon_code{
        height: unset !important;
        background-size: cover !important;
        min-height: 235px !important;
        background-position: center;
    }
    
    .first_finance_normal_flow,.second_finance_normal_flow,.third_finance_normal_flow,.first_health_normal_flow,.second_health_normal_flow,.third_health_normal_flow{
        height: unset !important;
        background-size: cover !important;
        min-height: 244px !important;
    }
}
@media (max-width:350px) {
    .first_finance_normal_flow,.second_finance_normal_flow,.third_finance_normal_flow,.first_health_normal_flow,.second_health_normal_flow,.third_health_normal_flow {
        background-position-x: center;
        background-size: contain !important;
        min-height: 212px !important;
    }
}