.page-777house .reason__block .reason-text {
	width: 55% !important;
}

.page-777house .reason__block .reason-img {
	width: 42% !important;
}

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

	.page-777house .reason__block .reason-text,
	.page-777house .reason__block .reason-img {
		width: 100% !important;
	}
}

.page-777house .reason .title {
	line-height: 1.75em;
}

.page-777house .standard .standard-flooring__images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between !important;
}

@media screen and (max-width: 767px) {
	.page-777house .standard .standard-flooring__images {
		justify-content: space-between;
	}
}

.page-777house .standard .standard-infra__images {
	position: relative;

}

.page-777house .standard .standard-infra__images::after {
	content: "";
	width: calc(95% / 4);
	display: block;
}

.page-777house .standard .standard-flooring__images>div {
	width: 30%;
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.page-777house .standard .standard-flooring__images>div {
		width: 45%;
	}
}

.page-777house .standard .standard-flooring__images>div img {
	width: 100%;
	margin-bottom: 8px;
}

/* Area/Price Table Styles */
.page-777house .reason-table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 14px;
}

.page-777house .reason-table th,
.page-777house .reason-table td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}

.page-777house .reason-table th {
	background-color: #819b23;
	color: #fff;
	font-weight: bold;
}

.page-777house .reason-table .price-cell {
	line-height: 1.4;
}

.page-777house .reason-table .price-excluded {
	font-weight: bold;
	font-size: 1.4em;
}

.page-777house .reason-table .price-included {
	font-size: 0.85em;
	color: #666;
}

.page-777house .reason-table .price-unit {
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 2px;
}

.page-777house .reason-table tr:nth-child(even) {
	background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
	.page-777house .reason-table {
		margin-top: 20px;
	}
}

.page-777house .concept__box {
	display: none;
}