.personality_type1_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.personality_type1_box {
	width: 26%;
	padding: 36px;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
}
.personality_type1_box_retina {
	width: 100%;
	height: 310px;
	object-fit: cover;
	border-radius: 10px;
}
.personality_type1_box_title {
	text-align: center;
	font-family: ilaria, sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 25px;
}
.personality_type1_title {
	margin-bottom: 60px;
}
.personality_type1_box_desc {
	text-align: center;
	font-family: ilaria, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 30px;
}

@media screen and (max-width: 1400px) {
	.personality_type1_box {padding: 30px;}

}
@media screen and (max-width: 1200px) {
	.personality_type1_box_retina {height: 191px;}
	.personality_type1_box_desc > br {display: none;}
}
@media screen and (max-width: 992px) {
	.title_2024 > br {display: none;} 
	.personality_type1_box {width: 100%; margin-bottom: 30px;}
	.personality_type1_box_img {text-align: center;}
	.personality_type1_box_retina {width: 45%;}
	.personality_type1_box_title {font-size: 27px;}
	.personality_type1_box_desc {font-size: 18px;}

}
@media screen and (max-width: 767px) {
	.personality_type1_box_retina {width: 100%; height: 270px;}
	.personality_type1_row {padding-bottom: 0;}

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