.management-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.associate-img {
    width: 200px;
    height: 300px;
    object-fit: cover;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }

@media (max-width: 500px) {

}  