   .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;
   }

   @media screen and (max-width: 1024px) {

     .one,
     .two {
       max-width: 144px;
     }
   }

   @media screen and (max-width: 480px) {
     .sndcontsecond {
       padding: 8rem 0rem;
     }

     .one,
     .two {
       max-width: 96px;
       bottom: 0px;
     }
   }





.slide2text {
  padding: 0 0rem;
  font-size: 16px; /* default (small devices) */
}

/* Small tablets */
@media (min-width:480px) {
  .slide2text {
    padding: 0 2rem;
    font-size: 20px;
    line-height: 30px;
  }
}

/* Tablets */
@media (min-width:768px) {
  .slide2text {
    padding: 0 2rem;
    font-size: 20px;
    line-height: 30px;
  }
}

/* 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;
  }
}