.studentPictureBlock {
    margin: 20px 0;
}

.studentPictureImageWrap,
.studentPicturePlaceholder {
    width: 180px;
    height: 180px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studentPictureImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studentPicturePlaceholder i {
    font-size: 88px;
    color: #999;
}

.studentPictureChangeLink {
    margin-top: 8px;
}