.top-services{
  height: 120px;
   background: linear-gradient(rgba(0, 0, 0, 0.835), rgba(52, 120, 10, 0.759));
  background-position: center;
  background-size: cover;
}
.services{
margin: 8%;
margin-bottom: 15%;

}
.service-heading{
  max-width: 100%;
  text-align: center;
  font-size: 3.4rem;
  /* font-family: "Edu NSW ACT Cursive", cursive; */
   font-family: "Titillium Web", sans-serif;
color: rgba(52, 120, 10, 0.759);
}
.basic-services{
  font-size: 1.8rem;
   font-family: "Titillium Web", sans-serif;
/* font-family: "Mozilla Headline", sans-serif; */
/* font-family: "Edu NSW ACT Cursive", cursive; */
}
.guidlines{
font-size: 1.2rem;
}
.service-page-img{
  max-width: 100%;
  text-align: center;
}
.service-page-img img{
   width: 75%;
   max-width: 100%;
}
@media(max-width: 480px){
  .service-heading{
    font-size: 2rem;
  }
  .guidlines{
font-size: 0.8rem;
  }
  .service-page-img img{
width: 80%;
  }
  .services{
    margin-bottom: 30%;
  }
}