.works-filter{
    max-width:1300px;
    margin:50px auto;
}
.works-filter ul{
    display:flex;
    justify-content:center;
    align-items:center;
    list-style:none;
}
.works-filter ul li{
    margin-right:4px;
}
.works-filter ul li a{
    color:#9e9e9e;
    display:inline-block;
    padding:10px 10px;
    background-color:#ededed;
    font-size:0.8rem;
    letter-spacing: 0.1rem;
}
.works-filter ul li.active a{
    color:#fff;
    background-color:#6d6d6d;
}
.work-list{
    max-width:1300px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap: 55px 30px;
}
.work-item{
    width:calc(50% - 15px);
    position:relative;
}
@media screen and (max-width: 1300px) {
    .work-list{
        width:90%;
    }
}
@media screen and (max-width: 819px){
    .work-item{
        width: 100%;
    }
    .work-list{
        gap: 45px;
    }
    .work-item .work-title a{
        font-size: 12px !important;
    }
    .pagination{
        margin-top: 0px;
    }
    .works-filter ul li a{
        font-size: 0.7rem;
    }
}
.work-item .work-thumb{
    width:100%;
    aspect-ratio: 554/365;
    object-fit:cover;
    margin-bottom:10px;
}
.work-item .work-thumb a{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.work-item .work-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.work-item .work-cat{
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.2);
    padding:5px 10px;
    font-size:0.8rem;
    color:#fff;
    font-weight: 400;
    letter-spacing: 0.1rem;
}
.work-item .work-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.work-item .work-title a{
    color:#050505;
    text-decoration:none;
    font-size: 16px;
    letter-spacing: 0.1rem;
}
.work-item .work-title .arrow{
    width:40px;
    height:10px;
}
.work-item .work-title .arrow a{
    display:block;
    width:100%;
    height:100%;
}