@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document estimate
--------------------------------------------------------- */

#estimate .box {
	margin-bottom: 130px;
	padding: 60px 0;
	background: linear-gradient(-135deg, #f0f0f0 50%, #e6e6e6 50%);
}

#estimate .flex {
	display: flex;
	justify-content: space-between;
}

#estimate .row {
	width: 47%;
}

#estimate h4 {
	height: 43px;
	margin-bottom: 30px;
	background: linear-gradient(to bottom, var(--black) 0%, #1a1a1a 100%);
	font-weight: 500;
	font-size: 15px;
	line-height: 44px;
	color: #fff;
}

#estimate figure {
	height: 400px;
	margin-bottom: 15px;
}
