.tag-select-outer-about {
  background-color: #014711;
  margin-bottom: 10px;
}

.tag-text-about {
  color: white;
  font-size: 16px;
  padding: 30px 60px 30px 60px;
  line-height: 30px;
}

.green-text {
  color: #96BC33;
}

.about-flex-box {
  display: flex;
  width: 100%;
}

.about-left {
  flex-grow: 6;
  background-image: url("/images/about/service_areas.png");
  margin-right: 10px;
  background-size: cover;
}
.about-right {
  flex-grow: 1;
  background-color: white;
  padding: 20px;
  font-size: 17px;
  font-weight: lighter;
}

.small-green-title {
  color: #5C8827;
  font-weight: normal;
}

.houzz {
  background-color: #8CB51B;
  color: white;
  padding: 10px 15px;;
  margin: 5px 0px;
  width: 70%;
  text-align: left;
}

.instagram {
  background-color: #5C8827;
  color: white;
  padding: 10px 15px;
  width: 70%;
  text-align: left;
  margin-bottom: 50px;
}

.social-button {
  width: 100%;
}

.about-images-1 {
  display: flex;
  width: 100%;
}
.about-images-2 {
  display: flex;
  width: 100%;
}
.about-ieca {
  max-width: 50%;
  transform: scale(0.7);
}
.about-clca {
  max-width: 50%;
  transform: scale(0.7);
}
.about-green {
  max-width: 50%;
  transform: scale(0.7);
}
.about-chamber {
  width: 40%;
  background-image: url("/images/services/logo_chamber.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 45px;
  margin-left: 5px;
}