footer.footer-bottom-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media (max-width: 992px) {
	footer.footer-bottom-footer {
		flex-direction: column;
	}
}

@media (max-width: 372px) {
  footer.footer-bottom-footer {
    overflow-x: hidden;
  }
}
