.header {
  background-color: rgba(251, 193, 0, 0.75);
  /* height: 30vh; */
}

.full-img-block {
  width: 90%;
}

.read-more-button {
  background-color: #fbc100;
  box-shadow: 8px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border: none;
  color: #fff;
  cursor: pointer;
}

.process-plan {
  background-color: rgba(49, 51, 52, 0.05);
}
.white-plan {
  background-color: #fff;
}

.org-struct {
  background-color: rgba(251, 193, 0, 0.75);
}

.yellow-button {
  background-color: #fff;
  box-shadow: 8px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border: none;
  color: #fbc100;
  cursor: pointer;
  position: absolute;
  /* z-index: 1;
  width: 80%;
  bottom:10%;
  left:10%; */
}

.mcenter {
  margin: 0 auto;
}

.org-struct .mcenter {
  padding-top: 60px;
}
