.services {
  padding: 90px 90px 50px;
}
@media screen and (max-width: 767px) {
  .services {
    padding: 45px 45px 25px;
  }
}
.css-apointment {
  padding: 0;
  background-color: #e9e9e9;
  color: #444444;
}
@media screen and (max-width: 991px) {
  .css-apointment .img-responsive {
    width: 100%;
  }
}
.css-apointment .custom-text-content {
  padding: 80px 90px 80px 0;
}
.css-apointment .custom-text-content h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.css-apointment .custom-text-content em {
  font-size: 16px;
  font-weight: 600;
}
.css-apointment .custom-text-content .plumbing-service-list {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
.css-apointment .custom-text-content .plumbing-service-list li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 5px 0;
}
.css-apointment .custom-text-content .plumbing-service-list li .fa {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .css-apointment .custom-text-content .plumbing-service-list li {
    width: 100%;
    display: block;
  }
}
.css-apointment .custom-text-content .btn-lg {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .css-apointment .custom-text-content {
    padding: 40px 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .css-apointment .custom-text-content {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 991px) {
  .css-apointment {
    padding: 45px;
  }
}
.portfolio {
  padding: 90px;
  background: #fff;
}
.portfolio .module-title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .portfolio {
    padding: 45px;
  }
}
.sprocket-strips {
  background: #889e88;
}
.css-custom-text {
  background: #2c7d76;
  color: #fff;
  padding: 80px;
  min-height: 500px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .css-custom-text {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .css-custom-text {
    padding: 40px;
  }
}
.css-custom-text h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 30px;
  color: #fff;
  text-transform: uppercase;
}
.css-custom-text p {
  font-weight: 300;
}
.css-strip-image-container img {
  max-width: 100%;
}