.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	font-size: 16px;
	font-family: "DM Sans";
	font-weight: 400;
	line-height: normal;
	background-color: #e82c5f;
	padding: 37px 24px 43px 24px;
	width: 100%;
}
