.europrojects{
    padding:80px 0 
}

.projects img{
    max-width: 300px;
    object-fit: contain;
    object-position: center;
}

.projects .snip1582{
    color: white !important;
    text-decoration: none;
}

.single-project{
    padding:80px 0
}

@media (min-width: 990px){
    .projects{
        align-items: center;
    }

    .projects img{
        margin-right: 30px;
        min-width: 50%;
        max-height: 300px;
        max-width: 50%;
    }
}