.text_type1_title {
	padding-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 47px;
    color: #191919;
}
.text_type1_subtitle {
    margin-bottom: 45px;
    text-align: center;
    font-size: 16px;
    color: #444;	
}
.text_type1_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 60px;
}
.text_type1_part_box {
	width: 45%;
}
.text_type1_part_img {
	width: 50%;
}
.text_type1_part_img_retina {
	width: 100%;
	object-fit: cover;
	height: 500px;
	border-radius: 5px;
    object-position: center;	
}
.text_type1_part {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}
.text_type1_part > p {
	margin-bottom: 30px;
}
.text_type1_part > p > strong {
	font-weight: 700;
}
.text_type1_part > ul {
	list-style: inside;
}
.text_type1_part_btn_box {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {


}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 767px) {
	.text_type1_row {flex-direction: column-reverse;}
	.text_type1_part_img_retina {height: 300px;}
	.text_type1_part_img_box {margin-bottom: 40px;}
	.text_type1_part_box {width: 100%;}
	.text_type1_part_img {width: 100%;}
	.text_type1_part_btn_box {text-align: center !important;}
	.text_type1_title {font-size: 35px;}
	.
}
@media screen and (max-width: 390px) {

}
@media screen and (max-width: 375px) {}