.about_us{
	padding: 75px 50px 50px 50px;
	color: #12365E;
	width: 100vw;
	background-color: white;
}

.about_us h1{
	font-size: 25px;
	margin-bottom: 30px;
}

.about_us .content{
	display: flex;
	justify-content: space-between;
	
}

.content .side{
	width: 45vw;
}

.content .text{
	padding: 0 20px 20px 0;
}

.text .sp{
	padding-left: 30px;
}

.content .text p{
	text-align: justify;
	margin: 15px 0 15px 0;
	font-size: 16px;
}

.content .illustration img{
	width: 100%;
	height: 100%;
}


@media (max-width:768px)
{
	.about_us{
		padding: 20px 5px 5px 5px;
	}
	
	.about_us h1{
		font-size: 18px;
		margin-bottom: 15px;		
	}
	
	.about_us .content{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.content .side{
		width: 95vw;
	}
	
	.content .text{
		padding: 0;
	}

	.text .sp{
		padding-left: 15px;
	}

	.content .text p{
		text-align: justify;
		margin: 8px 0 8px 0;
		font-size: 14px;
	}
}