/* HOD's Message Section */
.hod-message {
  padding: 20px 0;
}
.hod-message .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #004080;
  text-align: center;
  margin-bottom: 20px;
}
.hod-message img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.hod-message p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.hod-message .row {
  align-items: center;
}
@media (max-width: 768px) {
  .hod-message h4 {
    text-align: center;
  }
  .hod-message img {
    margin-bottom: 15px;
  }
}
