.service-div {
  width:100%;
  max-width:600px;
  margin:auto;
  background-color:black;
  background-color:var(--clr);
  color:rgb(255,253,0);
  color:var(--bgr);
  padding:20px;
  margin-top:30px;
}

.service-div-header {
  text-align:center;
  margin-bottom:20px;
  width:80%;
  margin:auto;
}

.service-div-image {
  width:80%;
  margin:auto;
  height:400px;
}

@media (max-width: 450px) {
  .service-div-image {
    height:150px;
  }
}

.service-image {
  width:100%;
  height:100%;
}

.service-div-text {
  margin-top:20px;
}

.service-div-p {
  /*text-align:center;*/
  text-align:justify;
}

@media (max-width: 450px) {
  .service-div-heading {
    font-size:18px;
    font-weight:bold;
  }
}

@media (max-width: 450px) {
  .service-div-sub-heading {
    font-size:12px;
  }
}

