.cards-container { 
   margin: auto;
    font-family: 'Poppins Bold', Arial, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    align-items: center;
    margin-top: 50px;
 
    
  }


 .cards-container h2{
  font-size: 2.361vw;
 }
  .card {
    position: sticky;
    top: 200px;
    height: 26vw;
    max-width: 1440px;
    margin: 5vw auto;
    background: white;  
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    z-index: 10;
    display: flex;
    gap: 40px;
    align-items: center;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out, scale 0.2s ease-in-out;
    background-size: cover;
   
  }
  
  
  .card-padding-1 {
    
   
    margin-left:70px;
    margin-top: -1.736vw;
    padding: 1.389vw;
  
    
  }  


  
  .card-padding-2 {
    margin-left: 100px;
    padding: 1.389vw;

    
  }
  
  .card-padding-3 {
    margin-left: 130px;
    padding: 1.389vw  ;
  
  }
  
/*   
  .cards-content {
    font-size: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    color: white;
    font-family: 'Poppins Bold', Arial, sans-serif;
   
} */
  

  /* .card-image {
    width: 24vw;
    height: 14.67vw;
    margin-right: 1.39vw;
    object-fit: contain;
    border-radius: 1.39vw; 
} */

  /* .card-description{
     width: 440px;
     min-width: 440px;
   
  } */
 
   /* .card-description h3 {
    font-weight: 600;
    margin: 10px 0;
    font-size: 20px;
    font-family: 'Poppins Bold', Arial, sans-serif;
  }  */
  


  /* .card-description p {
    font-weight: 500;
    color: #FFFFFF;
    font-size: 1vw;
    line-height: 2.22vw;
    font-family: 'Poppins Bold', arial, sans-serif;
    padding-right: 20px;
  } 
  */
  

  .learn-more {
    width: 8.333vw;
    height: 2.847vw;
    font-size: 1vw;
    background-color: #4440db;
    color: white;
    border: none;
    border-radius: 0.2vw;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: 'Poppins Bold', Arial, sans-serif;
  }
  
  .learn-more:hover {
    background-color: #ffff;
    color: #007BFF;
    transform: scale(1.1);
  }
  
  .why-choose-us {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
 
    padding: 20px;
    font-family: 'Poppins Bold', Arial, sans-serif;
   
  }
  .card-description{
    min-height: auto; 
 
  }

  @media screen and (min-width: 2560px){
    .card-image{
      width: 20vw;
    }
    .card-description{
      
      width: 20vw;
    }
    .card-description>p{

      width: 25vw;
      padding: 0;
      line-height: 1.5vw;
      font-size: 25px;
 
    }
    .card-description>h3{
      font-size: 30px;
    }
    .card{
      height: 20vw;
   
    }
    .learn-more{
      margin-top: 1vw;
      height: 60px;
     width: 180px;
     font-size: 18px;
      background-color: #4440db;
      color: white;
     
      border: none;
    }
  }


  @media screen and (max-width: 768px){
    .cards-container h2{
      font-size: 3.5vw;
    }
    .card{
      height: 30vw;
      width: 83%;
      border-radius: none;
    }
    .cards-content{
     
    }
    .card-image{
      width: 28vw;
      height: 20.67vw;
    }
    .card-description{
      height: 160px;
      width: 200px;
      min-width: 270px;
   
      
    }
    
    .card-description>p{
      padding: 0 ;
      font-weight: 400;
      font-size: 10px;
    }
    .card-description h3{
      font-size: 14px;
      font-weight: 600;
    }
   
    .learn-more{
      width: 10.333vw;
      height: 3.847vw;
      font-size: 1.2vw;
    }
  }
  @media screen and (max-width: 660px){
    
    .cards-container {
      margin-top: 30px;
    }
    .cards-content{
      flex-direction: column;
      justify-content: center;
    
    }
    .cards-content img{
      margin-top: -40px ;
    }
    .card-description{
      text-align: center;
      width: 90%;
     
    }
    .card-description h3{
      font-size: 14px;
    }
    .card-description p{
      font-size: 10px;
      line-height: 20px;
    }

    .cards-container h2 {
      font-size: 18px;
      padding-bottom: 10px;
    }
    
    .why-choose-us {
      padding: 10px;
      font-size: 18px;
    }
    
    .card {
      top: 170px;
      min-height: 350px;
      height: 324px;
      width: 87.059vw;
      padding: 20px;
      margin: 20px auto;
     
    }
    .card-padding-1 {
    
   
      margin-top: -1.736vw;
      padding: 1.389vw;
      margin-left: -1.5vw;    
      
    }  
  
  
    
    .card-padding-2 {
      margin-left: 7px;
      padding: 1.389vw;
  
      
    }
    
    .card-padding-3 {
      margin-left: 14px;
      padding: 1.389vw  ;
    
    }
    
    .card-image {
      width: 80%;
      max-height: 150px;
    }
    
    .card-description h3 {
   
      margin: 8px 0;
    }
    
    .card-description p {
      font-size: 10px;
    }
    
    .learn-more {
      width: 100px;
      height: 35px;
      font-size: 11px;
    }
  }
  @media screen and (max-width: 360px) {
    .cards-container h2 {
      font-size: 20px;
    }
    
    .card {
      min-height: 320px;
      padding: 15px;
    }
    
    .card-description h3 {
      font-size: 16px;
    }
    
    .card-description p {
      font-size: 11px;
    }
  }