/* .page-thumb {
    padding: 32px 0;
} */

.page-thumb .page-thumb-img {
    position: relative;
    display: flex;
}

.page-thumb .page-thumb-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.page-thumb img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1320 / 200;
}
/* 
@media (max-width:991px) {
    .page-thumb {
        padding: 16px 0;
    }
} */