/* css styles */
.about-image img {
    object-fit: cover;
    object-position: center 20%;   /* move up = lower % ; move down = higher % */
}