
.block-page-list-pages {
    display: flex;
    justify-content: space-between;
}

.block-page-list-title{
    font-weight: bold;
    margin-bottom: 15px;
}

.block-page-list-title a{
    color: #173655;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .013em;
}

.block-page-list-page-entry-text {
    padding: 25px 24px 14px 30px;
}

.block-page-list-page-entry-thumbnail img{
    max-width: initial !important;
    width: 100%;
}

.block-page-list-page-entry-thumbnail{
    display: initial !important;
}

.block-page-list-page-entry{
    flex: 0 0 32%;
    box-shadow: .5px .9px 3px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 768px){
    .block-page-list-page-entry{
        display: contents;
        margin-bottom: 50px;
    }
    .block-page-list-pages {
        flex-wrap: wrap;
        display: initial !important;
    }
}
