.d-flex.justify-content-center{
    padding-top: 50px;
    margin:70px auto; 
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: nowrap;
}
.works .link button{
    background: var(--front_color1);
    position: absolute;
    padding: 5px;
}
.category-wrap li.active{
    background-origin: padding-box;
    border-bottom: 3px solid var(--front_color1);
}