a {
  text-decoration: none;
}

.management-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.management-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(40%);
}

.management-hero-content {
    position: relative;
    color: white;
    text-align: center;
    margin-top: 3rem;
 }
 
.management-title {
    color: #fff;
    font-size: 6rem;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.management-section-container {
    padding: auto;


}

.dg-section {
  display: flex;
  justify-content: center;
}

.mgt-dg-img-holder:hover {
  transform: scale(1.001);
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.dg-card img {
  max-height: 400px;
}

.col {
  /* width: 350px; */
}

.directors-card {
  text-align: center;
  height: 350px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.directors-card .card-body {
  margin: 0rem !important;
  padding: 1rem 1rem 0rem 1rem !important;
}


.directors-card img {
  max-height: 250px;
}


  