.container6{
	background-color: black;
	color: white
}
.container6 .first{
	margin-top: 5%;
	font-size: calc(15px + 10 * ((100vw - 480px)/ 1200));
}
.container6 .first .first-one{
	width: 70%;
	display: inline-block;
	word-break: break-all;
	word-wrap: break-word;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	-webkit-hyphens: manual;
	hyphens: manual;
	letter-spacing: 1px;
	
}
.container6 .img-box {
	text-align: center;
	margin-left: -1%;
}
.container6 .second{
	font-size: calc(15px + 10 * ((100vw - 480px)/ 1200));
}
.container6 .second span{
	display: block;
	font-size: calc(10px + 20 * ((100vw - 480px)/ 1200));
    font-weight: bold;
    padding: 20px;
}
.container6 .second .second-one{
	margin-top: 5%;
	width: 70%;
	display: inline-block;
	word-break: break-all;
	word-wrap: break-word;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	-webkit-hyphens: manual;
	hyphens: manual;
	letter-spacing: 1px;
}

.container6 .third{
	margin:5% 0;
	text-align: center;
	font-size: calc(10px + 20 * ((100vw - 480px)/ 1200));
}