.project-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.project-image:hover{
    transform: scale(1.01);
    
}
.footer-social-link {
    margin-right: 12px !important;
}

@media screen and (max-width: 768px) {
 
    .slider-2 {
        height: 336px !important;
    }
}