    .c-work-card__img {
        aspect-ratio: 4.05 / 3;
    }
    .c-work-card__img img{
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }
    .pager {
    margin-top: 80px;
    }
    .page-numbers {
    display:flex;
    justify-content:center;
    gap: 10px;
    }
    .page-numbers a,
    .page-numbers span {
    display :flex;
    justify-content:center;
    align-items: center;
    font-size:112.5%;
    background: #fff;
    color: #0C5427;
    font-weight: bold;
    line-height: 1;
    border: 2px solid #0C5427;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    }
    .page-numbers.current {
    background: #0C5427;
    color: #fff;
    }