   .sndcontsecond {
     position: relative;
     padding: 10rem 2rem;
     text-align: center;
     background: rgba(153, 153, 153, 10%);
   }

   /* 🔹 Top Right Image - Desktop */
   .one {
     position: absolute;
     top: 0;
     right: 0;
     /* max-width: 180px; */
     /* height: auto; */
     /* z-index: 0; */
   }

   /* 🔹 Bottom Left Image - Desktop */
   .two {
     position: absolute;
     /* bottom: 0; */
     left: 0;
     /* max-width: 180px; */
     height: auto;
     z-index: 0;
   }


  
   .desktopone {
  display: block;   /* default desktop */
}

.mobilepone {
  display: none;    /* default hidden */
}





   @media screen and (max-width: 1024px) {

     .one,
     .two {
       max-width: 144px;
     }
   }

   @media screen and (max-width: 480px) {

 

     .sndcontsecond {
      padding: 0 0 4rem 0;
      padding-top:60px ;
       
     }

     .one,
     .two {
       max-width: 70px;
       bottom: 0px;
     }
   }

   @media (max-width:767px){

      .sndcontsecond {
     position: relative;
    
     /* padding: 5rem 0rem !important; */
     text-align: center;
     background: rgba(153, 153, 153, 10%);
   }

   .one,
     .two {
       max-width: 70px;
       bottom: 0px;
     }


     /* For screens 768px and below */

  .desktopone {
    display: none;   /* hide desktop */
  }
  .mobilepone {
    display: block;  /* show mobile */
  }


    
   
   }





.slide2text {
  padding: 0 0rem;
  font-size: 16px; /* default (small devices) */
  line-height: 26px;
}

/* Small tablets */
@media (min-width:480px) {
  
  .slide2text {
    padding: 0 1rem;
    font-size: 16px;
    line-height: 30px;
  }
}

/* Tablets */
@media (min-width:768px) {
  .slide2text {
    padding: 0 2rem;
    font-size: 16px;
    line-height: 30px;
  }
}

@media  (min-width:768px) and (max-width:1200px) {
    .sndcontsecond {
        padding: 3rem 0rem;
    }
    .one, .two {
        max-width: 90px;
    }
    .two {
    position: absolute;
    bottom: 2px;
    left: 0;
 
}
}

/* Laptops */
@media (min-width:1024px) {
  .slide2text {
    padding: 0 2rem;
      font-size: 20px;
    line-height: 30px;
  }
}

/* Large screens / desktops */
@media (min-width:1280px) {
  .slide2text {
    padding: 0 10rem;
  font-size: 20px;
    line-height: 30px;
  }
}