.ipxp-tab-bg {
  /* background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.0001), #000),
              url("../images/Slider-1.jpg") no-repeat; */
  background: url("../images/service-text-bg.jpg") no-repeat;
  height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.ipxp-bg-text h3 {
  color: #fff;
  /* padding-right: 100px; */
  font-weight: 500;
  padding-top: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  text-shadow: 2px 2px 4px #1c0b37;
}
.ipxps-outer-section {
  padding: 50px 0px;
}
.ipxp-title {
  color: #255946;
  font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
}
.ipxps-content {
  padding: 20px 20px 20px 0px;
}

.ipxp-division-img img {
  width: 100%;
  margin-top: 25px;
}
.ipxp-devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #09a129;
  position: relative;
  z-index: 1;
  left: 20px;
  top: -20px;
  font-size: 0;
}
.ipxp-devider::before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: #09a129;
}

