/* @media (max-width: 992px) {
  .hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .custome-leading {
    line-height: 40px !important;
  }
  .hero {
    min-height: 80vh;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-top-text {
    font-size: 14px;
  }
} */

/* Base Style: Mobile & Small Devices */
/* #SecondSection img {
  padding: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
} */

/* Tablets (768px - 1024px) */
/* @media screen and (min-width: 768px) and (max-width: 1024px) {
  #SecondSection img {
    padding: 0 20px 15px 20px;
  }
} */

/* Laptop Screens (1360px & 1366px) */
/* @media screen and (min-width: 1280px) and (max-width: 1440px) {
  #SecondSection img {
    padding: 34px 53px 1px 50px;
    object-fit: contain;  
  }
} */

/* Full HD & Large Screens (1920px and above) */
/* @media screen and (min-width: 1920px) {
  #SecondSection img {
    padding: 0px 60px 30px 40px;
    object-fit: cover;
  }
} */




@media (min-width: 1360px) and (max-width: 1360px) {
  #SecondSection img {
    padding: 0px 50px 20px 34px;
  }
}