.text {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #313334;
}
.imp-text {
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #313334;
}
.footer-text {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #313334;
}

.home-subtext {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  color: #fff;
}
.bg-home {
  background-image: url("../images/home-bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  /* border: 1px solid red; */
  z-index: 0;
}

.header {
  background-color: rgba(3, 181, 170, 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;
  font-size: 16px;
}

.strategic-plan {
  background-color: rgba(3, 181, 170, 0.75);
  /* padding: 20px 0; */
}

.process-plan {
  background-color: #f8f8f8;
}

.org-struct {
  background-color: #fff;
}
