.prefooter {
	background: #fff;
	display: flex;
	justify-content: center;
	margin-top: 120px;
	width: 100%;
}
.prefooter > div {
	box-sizing: border-box;
	max-width: 2560px;
	padding: 0px 40px;
	width: 100%;
}
.prefooter .content {
	background: url('/images/site/la_prefooter_bg.png') no-repeat center top;
	border-radius: 12px;
	justify-content: center;
	overflow: hidden;
	height: 600px;
	width: 100%;
}
.prefooter .content > div {
	align-items: center;
	gap: 0 20px;
	justify-content: space-between;
	width: 66%;
}
.prefooter .content .text {
	align-items: flex-start;
	color: #fff;
	font-family: 'Geologica';
	gap: 20px 0;
	max-width: 470px;
}
.prefooter .content .text .text-big {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.35;
}
.prefooter .content .text .text-small {
	font-size: 21px;
	line-height: 1.35;
}
.prefooter .content button {
	align-items: center;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 100px;
	color: var(--la-grey-basic);
	cursor: pointer;
	display: flex;
	justify-content: center;
	font-family: 'Geologica';
	font-size: 15px;
	line-height: 1.6;
	padding: 10px 37px;
	transition: .3s;
}
.prefooter .content button:hover {
	background: transparent;
	color: #fff;
}