:root {
	--swiper-theme-color: #ffffff;
}

.aboutus-module {
	position: absolute;
	top: var(--top-height);
	left: 0;
	width: 100%;
	height: calc(100vh - var(--top-height));
	display: flex;
	flex-direction: column;
}

.aboutus-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 8.4rem);
	display: flex;
	justify-content: center;
}

.aboutus-txt {
	width: calc(var(--module-width) - 8rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 8rem;
}

.aboutus-logo {
	width: calc(22rem);
	margin-bottom: 5rem;
	margin-top: -3rem;
}

.aboutus-txt p {
	width: 34rem;
	color: #ffffff;
	line-height: 1.5rem;
	text-align: justify;
	margin-top: 1rem;
	font-weight: 300;
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width: 768px) {
	.aboutus-txt {
		width: 90%;
		margin-left: 0;
	}

	.aboutus-logo {
		width: 100%;
	}

	.aboutus-txt p {
		width: 100%;
	}

}