.header {
  background-color: rgba(41, 191, 18, 0.75);
  /* height: 30vh; */
}

.header-head {
  /* width: 50%; */

  font-family: "Raleway", sans-serif;
  font-size: 56px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  /* border: 1px solid red; */
}

.head-white,
.subhead-white,
.text-item-white {
  color: #fff;
}

.icon-block {
  /* width: 20%;
  height: 20%; */
  /* border: 1px solid red; */
}

.small-img-block {
  width: 50%;
}
.img-block {
  width: 100%;
  /* border: 1px solid red; */
}

.full-img-block {
  width: 90%;
}

.teal-button {
  background-color: #03b5aa;
  box-shadow: 8px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border: none;
  color: #fff;
  cursor: pointer;
}

.white-button {
  background-color: #fff;
  box-shadow: 8px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border: none;
  color: rgba(41, 191, 18, 0.75);
  cursor: pointer;
}

.strategic-plan {
  background-color: rgba(41, 191, 18, 0.75);
  color: #fff;
  /* padding: 20px 0; */
}

.process-plan {
  background-color: #f8f8f8;
}

.org-struct {
  background-color: #fff;
}
