#prof-fe{
	width: 480px;
	display: flex;
	flex-direction: column;
	font-size: 0;
	line-height: 0;
	padding: 0 !important;
	margin: 0 !important;
}

#prof-fe .fe_box{
	width: 100%;
	display: flex;
	flex-direction: row;
}

#prof-fe .fe_box div:nth-child(1){
	width: 180px;
}

#prof-fe .fe_box div:nth-child(1) img{
	width: 150px;
	height: 45px;
	
}

#prof-fe .fe_box div:nth-child(2){
	width: 300px;
}

#prof-fe .fe_box div:nth-child(2) img{
	width: 60px;
	height: 45px;
}

@media screen and (max-width: 47.9375em) {
	#prof-fe .fe_box {
		flex-direction: column;
	}
}