@media(max-width: 992px){
	.footer-in{
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 40px;
	}
	
	.footer-in div:nth-child(1){
		align-items: center;
		width: 100%;
	}
}