:root {
    --dark: #000;
    --light: #ffffff;
    --accent: #E50001; 
}


@media (width < 1200px) {
    .works img {
    object-fit: cover;
    }
}