.logo-img {
    width: 60px;
}

.nav-scroll .logo-img {
    width: 60px;
}

.footer .bottom p a:before {
    display: none;
}

footer .bottom p .alen-dijital img {
    max-width: 120px;
    margin: 0 6px;
}

.services .item .wrap .img img {
    max-height: 750px;
    min-height: 750px;
    object-fit: cover;
}

@media screen and (max-width: 991.98px) {
    .navbar {
        height: max-content;
    }
    
    .logo-img {
        width: 90px;
    }
    
    .nav-scroll .logo-img {
        width: 90px;
    }
}

@media screen and (max-width: 767.98px) {
    .services .item .wrap .img img {
        max-height: 400px;
        min-height: 400px;
    }
}