.feed_type1_title {
	padding-top: 60px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 47px;
	color: #191919;
	line-height: 1.2;
}
.feed_type1_subtitle {
	margin-bottom: 45px;
	text-align: center;
	font-size: 16px;
	color: #444;
}
.feed_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.feed_type1_box {
	width: 25%;
    margin: 0 17px;
    text-align: center;	
    border: 1px solid #C3C3C3;
	padding: 30px;
    border-radius: 10px;    
}
.feed_type1_box_name_row {
	display: flex;
	align-items: center;
}
.feed_type1_box_name_img_retina {
	height: 77px;
	border-radius: 100px;
}
.feed_type1_box_name_box {
	text-align: left;
	margin-left: 20px;
}
.feed_type1_box_name_title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 7px;
	color: #191919;
}
.feed_type1_box_name_subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #444;
}
.feed_type1_box_desc {
	text-align: left;
	margin-top: 18px;
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 20px;
	color: #333;
}
.feed_type1_box_from {
	text-align: left;
	font-weight: 700;
}
.feed_type1_btn_box {
	text-align: center;
	margin-top: 45px;
	padding-bottom: 60px;
}
.feed_type1_from_link {
	color: #00b87a;
}

@media screen and (max-width: 1200px) {
	.feed_type1_box {width: 23%;}
}
@media screen and (max-width: 992px) {
	.feed_type1_box {width: 30%; margin-bottom: 30px;}
	.feed_type1_btn_box {margin-top: 15px;}
}
@media screen and (max-width: 767px) {
	.feed_type1_box {width: 100%;}
	.feed_type1_title {font-size: 35px;}
}
@media screen and (max-width: 390px) {}
@media screen and (max-width: 375px) {}