.quotation {
	padding: var(--padding) 0;
}

.quotation_block {
	width: 758px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#offerte_iframe {
	width: 100%;
	border: none;
	height: 1400px;
	margin-left: -10px;
	margin-right: -10px;
}

.quotation_title {
	margin-bottom: 8px;
}

.quotation_subtitle {
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
	padding-bottom: 11px;
	color: var(--brown);
}

.quotation_header {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.quotation {
		padding: var(--padding-mobile) 0;
	}
}
