.header {
  background-color: rgba(59, 82, 183, 0.75);
  /* height: 30vh; */
}

.text-block {
  /* border: 1px solid red; */
}

.icon-block {
  /* border: 1px solid red; */
}

.small-img-block {
  width: 50%;
}
.img-block {
  width: 100%;
  /* border: 1px solid red; */
  padding: 50px 0 0;
}

.full-img-block {
  width: 90%;
}

.strategic-plan {
  background-color: rgba(49, 51, 52, 0.05);
  /* padding: 20px 0; */
}

.process-plan {
  background-color: rgba(59, 82, 183, 0.75);
}

.org-struct {
  background-color: rgba(49, 51, 52, 0.05);
}

.full-text-block {
  display: block;
  /* width: 100%; */
  border: 1px solid red;
}
.footer {
  /* border: 1px solid red; */
}
.footer-text {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #313334;
}

@media (max-width: 760px) {
  .section-head {
    font-size: 30px;
    line-height: 38px;
  }
  .text,
  ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .subtext {
    font-size: 22px;
  }

  .section-about,
  .strategic-plan,
  .process-plan,
  .org-struct,
  .white-plan {
    padding: 20px;
  }
}
