@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
.price,
.color_s{
	max-width: 720px;
	margin: 40px auto 40px;
}
.color_s{
	margin: 80px auto 40px;
}
.price h3,
.color_s h3{
	color:#54494B;
	text-align: center;
	background: #F2F2ED;
	margin: 0 0 20px 0;
	font-size: 32px;
}
.price h4,
.color_s h4{
	color:#54494B;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 28px;
}
.price_list{
	display: flex;
	flex-wrap: wrap;
	background: #F2F2ED;
	padding: 20px 0;
	margin: 0 0 40px 0;
}
.price_list img{
	width:330px;
	margin: 0 auto 0px;
}
.color_s .text{
	margin: 20px 0 20px;
}
@media screen and (max-width: 1024px) {
	.price_list{
		flex-wrap: nowrap;
		background: none;
	}
	.price_list.apartment{
		margin:0;
	}
	.price_list img{
		width:50%;
	}
	.price h5{
		border-bottom:dotted 1px #54494B;
	}
	.photo img{
	width: 100%;	
	}
@media screen and (max-width: 480px){
}
