.home-header {
  background-image: url("../images/lawnmowing.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.home-header h1 {
  color: #fff;
  margin: 0px;
  font-size: 20px;
  text-align: center;
}

.professional {
  background: #fff;
  padding: 40px 10px 40px 10px;
  color: #95989A;
}

.services-intro {
  border: 4px solid #ECECED;
  margin-bottom: 40px;
  padding: 20px;
}

.services-intro h2 {
  margin-top: 0px;
  text-align: center;
  color: #2D7100;
}

.services-intro p {
  padding-top: 19px;
  border-top: 2px solid #ECECED;
}

.featured-service {
  margin-bottom: 32px;
}

.featured-service  img {
  height: 196px;
  width: 100%;
}

.featured-service h3 {
  margin: 18px 0px 18px 0px;
  color: #000;
}

.featured-service a {
  color: #2D7100;
}

.choose-us {
  color: #fff;
  margin-bottom: 80px;
}

.choose-us h2 {
  text-align: center;
  margin: 30px 0px;
}

.choose-us h2 span {
  color: #8BCB56;
}

.why-cards {
  border: 4px solid #454546;
  padding: 15px;
  margin: 15px;
}

.why-cards h3 {
  text-align: center;
  margin-top: 10px;
}

.testimonials {
  background-image: url("../images/leaves.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  padding-bottom: 80px;
}

.testament-header {
  background: rgba(45, 113, 0, 0.8);
  padding: 10px 0px;
}

.testament-header h2 {
  text-align: center;
  color: #fff;
  margin: 0px;
}

.testament-cards {
  border: 4px solid #868E89;
  margin: 15px;
  padding: 25px 15px 25px 15px;
  background: rgba(225, 225, 225, 0.92);
}



.testament-cards span {
  color: #2D7100;
  font-size: 14px;
}

.contact-section {
  background: #fff;
  padding: 25px 15px;

}

.contact-container {
  border: 4px solid #ECECED;
  margin: 40px 0px;

}

.contact-container h2 {
  color: #2D7100;
  text-align: center;
  margin-bottom: 10px;
}

.contact-container form {
  padding: 10px;
  color: #95989A;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-container input {
  border: 1px solid #ECECED;
  /*width: 224px;*/
  width: 90%;
  height: 25px;
  margin: 10px 0px;
  background: #F9F9F9;
  padding: 5px;
}

.contact-container textarea {
  border: 1px solid #ECECED;
  /*width: 229px;*/
  width: 90%;
  height: 135px;
  margin: 10px 0px 10px 0px;
  background: #F9F9F9;
  padding: 5px;
}

.contact-container button {
  background: #2D7100;
  color: #fff;
  border: none;
  width: 100px;
  height: 40px;
  font-size: 12px;
  font-weight: 400;


}
