.tag-select-outer-services {
  background-color: #96BC33;
  height: 210px;
  margin-bottom: 2px;
}

.service-area {
  background-color: white;
}

.service-left {
  width: 50%;
}

.services-options {
  width: 100%;
  display: flex;
  font-size: 18px;
  padding-top: 5px;
}

.services-options-left {
  flex: 1 1 0px;
  line-height: 35px;
  padding: 30px;
  font-size: 17px;
  font-weight: normal;
}
  
.services-options-right {
  flex: 1 1 0px;
  background-image: url("/images/services/services_image_1.png");
  background-size: cover;
}

.green-title-text {
  color: #8CB51B;
  font-size: 19px;
}

.services-landscapes {
  font-size: 20px;
  display: flex;
  padding-top: 5px;
  font-size: 17px;
  font-weight: normal;
}

.services-landscapes-left {
  flex: 1 1 0px;
  line-height: 50px;
  line-height: 35px;
  padding: 30px;
}
.services-landscapes-right {
  flex: 1 1 0px;
  background-image: url("/images/services/services_image_2.png");
  background-size: cover;
}

.services-members {
  display: flex;
  padding-top: 5px;
  font-size: 17px;
  font-weight: normal;
}

.services-members-left {
  flex: 1 1 0px;
  line-height: 35px;
  padding: 30px;
}

.services-members-right {
  flex: 1 1 0px;
  background-image: url("/images/services/services_image_3.png");
  background-size: cover;
}

.services-members-flex {
  display: flex;
  width: 100%;
  padding: 10px 0px;
}

.cal-landscape-association {
  max-width: 30%;
  margin-right: 40px;
  padding-top: 5px;
}
.ieca {
  max-width: 30%;
  margin-right: 40px;
}
.chamber-of-commerce {
  max-width: 30%;
  padding-top: 20px;
}

.services-image {
  max-width: 100%;
}