 body {
      background-color: #f8f9fa;
      font-family: Arial, sans-serif;
    }
    .hero {
    background: url("../images/products/residential-pump/p.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    color: white;
    padding: 100px 20px;
    width: 100%;
    min-height: 336px;
    }
    /* Mobile devices (max-width: 768px) */
    @media (max-width: 768px) {
      .hero {
        padding: 60px 15px;     
        min-height: 250px;      
        background-size: contain;
        background-position: top center; 
      }
    }
    @media (max-width: 480px) {
      .hero {
        padding: 40px 10px;
        min-height: 200px;     
        background-position: center top;
      }
    }
    .policy-container {
      background: #fff;
      border-radius: 10px;
      padding: 40px;
      margin-top: -40px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    h2 {
      color: #0f3054;
      margin-top: 30px;
      font-size: 1.5rem;
    }
    .para {
      text-align: justify;
      line-height: 1.5;
      word-spacing: -2px;
    }
   
    .social-links a {
      text-decoration: none !important;
    }
   .social-links a:hover{
     background: transparent !important;
   }