/* gereral */
#board,
#board-statement,
#management,
#management-statement {
  scroll-margin-top: 150px;
}

/* banner section starts here */

.banner {
  animation: changeBg 30s infinite;
}

@keyframes changeBg {
  0% {
    background-image: url("../images/admin-html/mgt-ceo-office.jpg");
  }
  50% {
    background-image: url("../images/admin-html/bph-board.jpg");
  }
  100% {
    background-image: url("../images/admin-html/mgt-ceo-office.jpg");
  }
}

/* banner section ends here */
/* hero section  starts here */
.about-text .about-ceo {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px auto 0;
}

.ceo-info {
  text-align: center;
}

/* hero section  ends here */
