.productInformation {
	padding: 100px 0;
}

.inforImg img {
	border-radius: 10px 10px 0 0;
}

.information .imgList {
	display: flex;
	margin-bottom: 50px;
	margin-top: -4px;
}

.information .imgList img:last-child {
	vertical-align: top;
}

.information .headline2 {
	margin-bottom: 94px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.medicalImg {
	margin: 120px 0 50px;
}

.medicalImg img {
	width: 100%;
}

@media screen and (max-width:736px) {
	.productList .inner1200 {
		padding: 0;
	}
	.productInformation {
		padding: 65px 0;
	}
	.information .headline2 {
		font-size: 19px;
	}

	.information .headline2 {
		margin-bottom: 27px;
	}

	.information .imgList {
		margin-bottom: 31px;
	}

	.medicalImg {
		margin: 60px 0 31px;
	}
}
