.personality_type3_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 80px;
}
.personality_type3_img_box {
	width: 48%;
}
.personality_type3_retina {
	width: 100%;
}
.personality_type3_text_part {
	width: 48%;
}
.personality_type3_text_gift_box {
	display: flex;
	align-items: center;
}
.personality_type3_text_gift_img {
	margin-right: 15px;
}
.personality_type3_text_gift_img_retina {
	height: 97px;
	width: 97px;
	object-fit: cover;
	border-radius: 10px;
} 
.personality_type3_title {
	font-family: ilaria, sans-serif;
	color: #202020;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.5;
}
.personality_type3_desc {
	font-family: ilaria, sans-serif;
	font-weight: 400;
	color: #202020;
	font-size: 16px;
	line-height: 2.5;
	margin-bottom: 70px;
	width: 82%;
}
.personality_type3_text_gift_title {
	font-family: ilaria, sans-serif;
	font-weight: 700;
	line-height: 1.8;
	color: #202020;
	font-size: 18px;
}
.personality_type3_video_text {
    display: inline-flex;
    font-family: 'ilaria', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.4;
}
.personality_type3_img > iframe {
	width: 100% !important;
	height: 515px;
	border-radius: 10px;
}


.personality_type3_img_box_2 {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.personality_type3_img_2 {
	width: 48%;
}
.personality_type3_img_2 > iframe {
	width: 100%;
	height: 530px;
}

@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
	.personality_type3_desc {width: 100%; margin-bottom: 40px;}
	.personality_type3_img > iframe {height: 430px;}

}
@media screen and (max-width: 992px) {
	.personality_type3_img_box {width: 100%;}
	.personality_type3_img_box_2 {width: 100%;}
	.personality_type3_text_part {width: 100%; margin-top: 30px;}
	.personality_type3_retina {width: 70%;}
	.personality_type3_img {text-align: center;}
	.personality_type3_row {flex-direction: column-reverse;}
	.personality_type3_text_part {margin-top: 0; margin-bottom: 30px; text-align: center;}
	.personality_type3_desc {font-size: 17px; line-height: 2;}
	.personality_type3_text_gift_box {justify-content: center;}
	.personality_type3_text_part {margin-bottom: 50px;}

}
@media screen and (max-width: 767px) {
	.personality_type3_retina {width: 100%;}
	.personality_type3_text_gift_title {text-align: left;}
	.personality_type3_text_gift_title > br {display: none;}
	.personality_type3_img > iframe {height: 290px;}
	.personality_type3_video_text {text-align: center;}
	.personality_type3_img_2 {width: 100%; margin-bottom: 20px;}
	.personality_type3_img_2 > iframe {height: 320px; border-radius: 10px;}
	.personality_type3_row {padding-bottom: 40px;}
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}

