/* Header Section */
.banner-image {
  background-image: url("../images/products/agriculture-pump/gr.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 420px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px; 
}

.banner-image h1 {
  font-size: 2.8rem;
  font-weight: 700;
  background: rgba(0,0,0,0.4);
  padding: 10px 20px;
  border-radius: 6px;
  margin: 0;
}
.custom-color{
  color: #0e0d47;
}
.custom-color-text{
   color: #0e0d47;
   font-size: 17px;
}
/* Responsive */
@media (max-width: 768px) {
  .banner-image {
    height: 250px;
    padding-left: 15px;
  }
  .banner-image h1 {
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: left;
  }
}

  .txt-color{
    color: #0f3054;
  }
  .txtbl-color{
    color: #0f3054;
  }
.mt-171{
  margin-top:-171px;
}
.img-cont{
  overflow:hidden;
  height: 389px;
}
.caro{
      margin-top: -29px !important;
       background-color: white;
       border-radius: 50px;
       max-width: fit-content;
       margin: auto;
  }


.pump-section .title-wrap {
 
  padding-bottom: 0 !important;
}
.pump-section .title-wrap h2,
.pump-section .title-wrap p {
  
}
.pump-section .content-row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.agr-img{
 max-width:466px;
}

@media (max-width:576px) {
  .mt-171{
   margin-top:-90px;
  }
  .img-cont{
    height: 212px !important;
    margin-top: -15px;
  }
  .row-cont{
    margin-top: -4rem !important;
  }
  .caro{
    margin-top: -16px !important;
  }
  .agr-img{
       max-width:272px !important;
   }
   .txt-custom{
    margin-bottom: 103px !important;
   }
}