@media (max-width: 960px){
      .case_section0 {
        position: relative;
        background: none;
    }
    .case_section0 .lazy{
    width: 100%;
   height: 21rem;
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
  }
  .case_section0 .lazy_1{
    width: 100%;
    height: 20.5rem;
    z-index: -2;
    right: 0;
    top: 0;
    position: absolute;
  }
  .case_section0 {
   height: 20.3rem;
  }
  
  .case_section0 .container{
    text-align: center;
    height: 20.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3;
    color: #ffffff; 
    font-size: 9rem;
    font-weight: 900;
   
  }

  .case_section1 {
        position: relative;
        background: none;
    }
  .case_section1 .lazy{
    width: 100%;
    height: 177.875rem;
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
  }
  .case_section1 .lazy_1{
    width: 100%;
    height: 100%;
    z-index: -2;
    right: 0;
    top: 0;
    position: absolute;
  }
  .case_section1 {
      height: 177.875rem;
  }

 .case_section1 .lazy_3{
    width: 13.125rem;
    height: auto;
    position:unset;
    z-index: 3;
    display: block;
    margin: 0 auto;
  }
   /* .case_section1  .container-top{
      height: ;
  } */
   .case_section1 .container {
       display: flex;
      justify-content: center;
      align-items: top;
  
  }
  .case_section1 .card-container {
      width: 70.625rem;
      height: 21.875rem;
      background: white;
      border-radius: 1rem;
      padding: 2.8125rem 3.125rem;
      display: flex;
      align-items: center;
      gap:3.75rem;
      box-shadow: 0 0.625rem 0.9375rem #5C87A4;
       margin-bottom: 4.875rem;
    }

    .case_section1 .case-logo-section {
      flex-shrink: 0;
    }

    .case_section1 .case-logo {
      width: 16.375rem;
      height:16.375rem;
      background: white;
      border-radius: 2.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #FFA500;
      box-shadow: 0.3125rem 0 0.6875rem 0px rgba(0,0,0,0.35);
      
    }

    .case_section1 .case-content-section {
      flex: 1;
      display: flex;
      flex-direction: column;
      /* gap: 1.5625rem; */
    }

    .case_section1 .case-title {
    
      height: 6.25rem;
    }

    .case_section1 .case-title-text {


      font-weight: bold;
      font-size: 3.6rem;
      color: #1B40B4;
      text-align: left;
      font-style: normal;
      text-transform: none;
      margin-right: 3.75rem;
    
    }

    .case_section1 .case-tag {
      background: #D0E0FB;
      color: #1B40B4;
      padding: 0.7rem 1rem;
      border-radius: 1rem;
      font-size: 1.8rem;
      margin-right: 1rem;

    }

    .case_section1 .case-stats {
      display: flex;
      align-items: top;
      gap: 1.75rem;
      height: 7.65625rem;
    }

    .case_section1 .case-stat-item {
      display: flex;
      flex-direction: column;
      gap: 2.4rem;
      width: 13.125rem;
    }

    .case_section1 .case-stat-value {
      font-size: 3rem;
      /* font-weight: 700; */
      color: #1B40B4;
       letter-spacing: 0.25rem;
       height: 3.125rem;
    }
    .case_section1 .case-stat-value span{
      color: #A9A9A9;
    }
    .case_section1 .case-stat-label {
      font-size: 1.8rem;
      color: #A9A9A9;
      font-weight: 500;
    }
}