.service-main h1 {
  color: #343e4b;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.service-main h1::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 2px;
  background-color: #c18833;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}

.service-sec1 img {
  width: 100%;
}

.service-sec2 img {
  margin-bottom: 10px;
  width: 100%;
}

.service-sec2 .prod-div p {
  font-size: 15px;
  margin-bottom: 0px;
  color: rgb(48, 48, 48);
}

.service-sec3 {
  position: relative;
}

.service-sec3 img,
.service-sec4 img {
  width: 100%;
}

.prod-div p {
  margin-top: 15px;
  text-align: center;
  color: #303030;
  margin-bottom: 0px;
}

@media screen and (max-width: 1199.98px) {
  .prod-div p {
    margin-top: 5px;
  }
}

@media screen and (max-width: 991.98px) {

  .service-sec3 img,
  .service-sec4 img {
    max-height: 350px;
  }

  .service-sec3 h6 {
    top: 100px;
    left: 60px;
  }

  .service-main h1 {
    font-size: 24px;
  }

  .service-sec2 img {
    text-align: center;
    max-height: 350px;
    width: 100%;
  }
}