.staff-info {
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h4 {
    margin-top: 0em;
    margin-bottom: 0em;
}

.staff-title {
    line-height: 60%;
}

.card-img-top {
    object-fit: cover;
    border-radius: 100%;
    width: 80%;
    margin: auto;
}

.section-title {
    padding-top: 3%;
    padding-bottom: 3%;
}

.card-body {
    /* to center the image when width in .card-image-top is 80% */
    padding-left: 18%;
    padding-bottom: 5em;
}

.pic {
    margin: 0 auto;
    /* to center the text when width in .card-image-top is 80% */
    padding-left: 16%;
}