#articleInfo17 .thrmeebox {
	display: flex;
	width: 100%;
	margin: 5px 0 20px;
}

#articleInfo17 .thrmeebox .immofo {
	display: flex;
	justify-content: space-between;
}

#articleInfo17 .thrmeebox .immofo .item {
	display: flex;
	flex-direction: column;
	width: 31%;
	background: #e3d7ec24;
	border-radius: 10px;
	border: #b6b6b6 2px solid;
}

#articleInfo17 .thrmeebox .immofo .item h4 {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background: #b6a2c5;
	border-radius: 8px 8px 0 0;
	color: white;
}

#articleInfo17 .thrmeebox .immofo .item p {
	padding: 20px;
	letter-spacing: 0.05em;
	line-height: 180%;
}

#articleInfo17 .thrmeebox .immofo .item .JJimgbox {
	background: #f4ede7;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#articleInfo17 .thrmeebox .immofo .item img {
	padding: 20px;
	width: 230px;
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	#articleInfo17 .thrmeebox .immofo {
		display: flex;
		flex-direction: column;
	}

	#articleInfo17 .thrmeebox .immofo .item {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {}