@charset "utf-8";

.intro-text {
	
}

.intro-image {
	display: grid;
	place-items: center;
	gap: 20px;
	
	& a {
		width: 40%;
		max-width: 400px;
	}
	
	& img {
		display: block;
		margin-inline: auto;
		width: 100%;
	}
}

/* ---------------------------------------------------------------- */

.Overview__index.other {
	padding-top: 40px;
}

.Overview__index.other .base__body-lang {
	margin-bottom: 0;
}


@media screen and (min-width: 768px) {
	.Overview__index.other {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding-top: 80px;
	}

	.Overview__index.other > * {
		width: calc(50% - 20px);
	}

	.Overview__index.other .base {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 1281px) {
}

/* -------------------------------------3/3--------------------------------------------------------- */

.Overview__index {
	display: block;
}
