:root {
	--primary-color: #E2353B;
	--primary-linear-color: #703DBA;
	--secondary-color: #C43035;
	--bg-color: #F5F5F5;
	--bg-dark-color: #0C0037;
}

.under-image {
	background-image: url('/modules/theme-chinese-red/images/under.jpg');
	width: 400px;
	aspect-ratio: 400/400
}

.under-text {
	font-family: Poppins, sans-serif;
}

@media (max-width: 991px) {
	.under-image {
		width: 300px;
	}
}