@charset "utf-8";
/* CSS Document */
html, body {
	overflow-x: hidden;
}

body {
	margin: 0;
	color: #000;
	background-color: transparent;
	align-items: center;
}

.content-section section {
	min-height: 100vh;
	padding: 80px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-section section p {
	font-family: "Manrope", Helvetica, Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: 200 !important;
	line-height: 1.2;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	align-items: center;
	text-align: center;
}

.content-section section img {
	background: transparent;
	padding: 0;
	width: 90%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	object-fit: unset;
}

.announcement p {
	margin-bottom: 1.5rem 0;
}

@media (min-width: 768px) {
	.content-section section {
		padding: 80px 40px;
	}

	.content-section section p {
		font-size: 1.8rem;
		max-width: 700px;
	}

	.content-section section img {
		width: 70%;
		max-width: none;
		object-fit: unset;
	}
}

@media (min-width: 1024px) {
	.content-section section {
		padding: 100px;
	}

	.content-section section p {
		font-size: 2rem;
		max-width: 900px;
	}

	.content-section section img {
		width: 50%;
		max-width: none;
	}
}
