.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;
}

.why_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.why_type1_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 22%;	
}
.why_type1_img_size {
	width: 100%;
    height: 270px;
    border-radius: 1050px;
    object-fit: cover;	
}
.why_type1_img_title {
	margin: 15px 0;
	font-weight: 700;
	font-size: 19px;
	color: #000;
	line-height: 1.5;
}
.why_type1_img_text {
	font-weight: 400;
	color: #494949;
	font-size: 15px;
	line-height: 1.7;
}
.why_type1_btn_box {
	text-align: center;
	margin-top: 50px;
}
.why_type1_btn_box {
	padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
	.why_type1_img_size {height: 210px;}

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

}
@media screen and (max-width: 767px) {
	.why_type1_box {width: 46%; margin-bottom: 35px;}
	.why_type1_img_size {height: 180px;}

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

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