
@media screen and (max-width:767px){
	.foot-menu ul{
    flex-direction:column !important;
    gap:15px !important;
}
}

