@charset "utf-8";

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

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


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

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

/* iPad */
@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%;
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

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

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