/* layout */
body .card.card-person .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body .card.card-person a.read-more {
  margin-top: auto;
}



/* card */
.card-person.card {
    border: 1px solid #e0e0e0;
}

/* img */
.card-person.card {
    .avatar picture {
        position: relative;
        width: 80px;
        height: 80px;
        display: block;
        img {
            width: 100%;
            height: 100%;
        }
    }
}


    