.page-list-ext {
display : flex;
justify-content : center;
flex-wrap : wrap;
}

.page-list-ext > div {
width : 20%;

text-align : center;

margin : 0 2.5% 0 2.5% !important;
}
@media screen and (max-width: 960px) {
.page-list-ext > div {
width : 100%;

margin : 0 0 calc(20px + 0.5vw) 0 !important;
}
}

.page-list-ext img {
display : block;

float : none !important;

width : 70%;

margin : 0 auto 0 auto;

border-radius : 100%;
}

.page-list-ext-image {
margin-right : 0 !important;
}

.page-list-ext img {
transition : 0.4s;
}

.page-list-ext div:hover img {
transform : scale(1.05,1.05);
}