/* Footer properties */
@media (min-width: 768px) {
    .site-footer {
        justify-content: space-between;
	gap:2rem;
    }
    
}

@media (max-width: 768px) {
.lg20y {
    margin-bottom:40px;	
}
}

.site-footer__img.logo > a {
    margin-left:unset;
}
