.post-interview__others__list .company-interview__box {
	margin: 0 0 20px;
	width: 48%;
}
.post-interview__others__list .company-interview__box__info {
	padding: 25px 15px 16px 25px;
}
.post-interview__others__list .bnr__style1 {
	margin-right: 0;
}

@media only screen and (max-width: 560px) {
.post-interview__others__list .company-interview__box {
	width: 100%;
}
}

.post-consultant__others {
	padding-top: 50px;
}
.feature-jobs__item feature {
	width: 101px;
	height: 94px;
}
.feature-jobs__item p {
	padding-left: 30px;
	font-size: 15px;
}

@media only screen and (max-width: 560px) {
.feature-jobs__item:nth-child(n+4) {
	display: none;
}
.feature-jobs__item feature {
	height: 25vw;
	width: 30vw;
}
	
.feature-jobs__item p {
	font-size: 4.5vw;
	align-self: center;
}	
}
