.page-name {
  width: 100%;
  padding: 50px;
  background-color: white;
  text-align: center;
  background-image: url(../images/grass-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-name h1 {
  font-size: 40px;
  text-shadow: 2px 2px 2px rgb(0,0,0);
  color: #f05536;
}

.service-write-up {
  background-color: #4d53a1;
  color: white;
  padding: 50px 20px;
  text-align: center;
}

.before-after h1 {
  font-size: 40px;
  color: #f05536;
  margin: 30px 0;
  text-shadow: 2px 2px 2px rgb(0,0,0);
}

.before-after {
  background-color: #4d53a1;
  padding: 30px;
}

.before-after img {
  display: inline-block;
  margin: 0 2.4%;
  width: 40%;
  background-color: #4d53a1;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgb(0,0,0);
}

.our-services {
  text-align: left;
  padding: 50px;
}

.our-services h1 {
  font-size: 40px;
  text-shadow: 2px 2px 2px rgb(0,0,0);
  color: #f05536;
  margin: 0 0 30px 20px;
}

.service-info {
  vertical-align: top;
  text-align: left;
  border-bottom: none;
}

.service-info img {
  display: inline-block;
  max-height: 200px;
  width: 25%;
}

.service-info-text h3 {
  text-align: left;
    font-size: 30px;
    color: #f05536;
}

.service-info-text {
  display: inline-block;
  width: 70%;
  margin: 0 auto;
  text-align: left;
  color: black;
  vertical-align: top;
  padding: 0 50px;
}

.team {
  background-color: #4d53a1;
  color: white;
  padding: 20px;
}

.team-info {
  display: inline-block;
  width: 33%;
  height: 200px;
  margin: 20px 0;
}

.team-info img {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgb(0,0,0);
}

.team h1 {
  font-size: 40px;
  color: #f05536;
  margin: 30px 0;
  text-shadow: 2px 2px 2px rgb(0,0,0);
}




@media (max-width: 900px) {
  .service-write-up {
    padding: 25px;
    text-align: justify;
  }

  .before-after img {
    width: 95%;
    margin-bottom: 20px;
  }

  .our-services {
    text-align: justify;
    padding: 20px;
  }

  .service-info {
    text-align: center;
    border-bottom: 1px solid #4d53a1;
  }

  .service-info img {
    max-height: 200px;
    width: 95%;
  }

  .service-info-text h3 {
    text-align: center;
  }

  .service-info-text {
    width: 100%;
    text-align: justify;
    vertical-align: top;
    padding: 0 0px;
  }

  .team-info {
    width: 49%;
    height: 200px;
    vertical-align: top;
  }

  .team-info img {
    width: 80%;
  }
}
