.area_center#essay1,.area_center#essay2{
	margin-bottom:0;
}
.area_center.person_1{
	padding-bottom:80px;
}
.wrap_photo.col_2 {
    display: flex;
    justify-content: space-between;
}
.wrap_photo.col_2 .photo_caption {
    width: 49.7%;
}
.photo_box img{
	max-height:90vh;
}

@media screen and (max-width:596px){
	.wrap_photo.col_2 {
	    display: block;
	}
	.wrap_photo.col_2 .photo_caption {
	    width: 100%;
	}
	.photo_box img {
	    width: auto !important;
	}
	.box_photo_cap{
		width:auto !important;
	}
}
