.site-footer .container {
	width: min(1508px, calc(100% - 40px));
	padding: 5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer .container .copyright {
	font-size: 1.6rem;
	line-height: 2.2rem;
	direction: ltr;
}

@media (max-width: 1024px) {
	.site-footer .container {
		flex-direction: column;
		gap: 30px;
	}
}