.avatar {
    vertical-align: middle;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px;
    border-color: #01aeff;
    border-style: solid;

}
.ccm-block-page-list-page-entry, .ccm-block-page-list-page-entry-horizontal {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
    .center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .center-horizontaly {
        display: flex;
        justify-content: center;
    }

}
@media only screen and (max-width: 479px) {
    .ccm-block-page-list-page-entry-thumbnail {
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }
    .ccm-block-page-list-title {
        text-align: center;
    }
}