.after-box > div{display:flex;margin:0 0 25px;padding:20px;width:100%;border:1px solid #e2e2e2;box-sizing:border-box;}
.after-box > div:last-of-type{margin:0;}
.after-box > div > .img-box{width:100%;min-width:150px;height:188px;}
.after-box > div > .img-box img{width:100%;height:100%;object-fit:cover;}
.after-box > div > .txt-box{padding:0 40px;}
.after-box > div > .txt-box p{position:relative;padding:0 0 12px;font-weight:500;font-size:18px;line-height:26px;}

@media screen and (max-width:768px){
	.after-box > div{margin:0 0 15px;padding:10px;}

	.after-box > div > div{display:block;}
	.after-box > div > .txt-box{padding:15px;}
	.after-box > div > .txt-box p{font-size:15px;line-height:23px;padding:0 0 8px;}
}
@media screen and (max-width:480px){
	.after-box > div{flex-direction:column;align-items:center;}
	.after-box > div > .txt-box{padding:15px 0 0;}
	.after-box > div > .img-box{min-width:unset;max-width:150px;}
}