#service {
  padding: 0rem 10rem 0;
  margin-bottom: 20rem;
}

#service > p {
  font-size: 1.25rem;
}
.service-img {
  position: relative;
  width: 100%;
  z-index: -1;
}
.service-img2 {
  position: relative;
  bottom: 0rem;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media only screen and (min-width: 1400px) {
}
@media only screen and (max-width: 1200px) {
 
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
  #service {
    padding: 0 2rem 0;
    margin-top: 1.5rem;
    margin-bottom: 10rem;
  }
  
}
@media only screen and (max-width: 576px) {
}
@media only screen and (max-width: 576px) {
 
}