.logo-light, .logo-dark, .footer-logo{
    width: 150px;
}

.contact-item{
    height: 150px;
}

.pl-5p{
    padding-left: 5%;
}

.empty-space{
    width:100%;
    height:600px;
}

@media (max-width: 768px) {
    .empty-space{
        display: none;
    }

    .order-sm-first{
        order: -1;
    }
    
    .order-sm-last{
        order: 1;
    }
}