@media (max-width: 500px) {
  
  
  section#CollegeLeadership {
      height: 350px;
    background-position-x: 80%;
    align-content: end;
    padding-bottom: 0;
}

section#CollegeLeadership h1 {
    font-size: 1.5em;
    margin-bottom: 0;
    color: white;
}

section#CollegeLeadership .container-fluid{
    margin-bottom: 0px;
    /*justify-items: anchor-center;*/
}

section#CollegeLeadership p {
    font-size: small !important;
}


}