.info_page.serv_page,
.info_page.serv_page * {
	box-sizing: border-box;
}

.serv-page h1 {
	font-size: 26px;
	letter-spacing: 1px;
	padding: 40px 0 20px 0;
}
.serv-page h2 {
	letter-spacing: 1px;
	padding: 40px 0 20px 0;
	text-transform: uppercase;
	font: 14pt Proxima Nova Black, Arial, sans-serif;
}
.serv-page > .content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.serv-page__content,
.serv-page__wrap,
.serv-page__section h2 {
	padding-left: 45px;
	padding-right: 45px;
}
.serv-page__toc {
	display: flex;
	font-size: 18px;
	flex-direction: column;
	gap: 40px;
	padding-top: 20px;
	margin-bottom: 20px;
	align-items: flex-start;
}
.serv-page__toc a {
	border-bottom: 1px dashed #231f20;
}
.serv-page__toc a:hover {
	border-bottom-color: transparent;
}
.serv-page__section {
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.4;
}
.serv-page__section p {
	padding-bottom: 20px;
}
.serv-page__content a[download].icon-pdf {
	display: inline-block;
	padding: 7px 10px 7px 36px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 18px;
	background: url(../image/icon_pdf.svg) no-repeat #d1d3d5 left;
	background-position-x: 10px;
	line-height: 1;
}
.serv-page__content a[download]:not(.icon-pdf) {
	color: #4b91df;
	text-decoration: underline;
}
.serv-page__content a[download]:not(.icon-pdf):hover {
	text-decoration: none;
}
.serv-page__img-width {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width : 430px) {
	.serv-page__content,
	.serv-page__wrap,
	.serv-page__section h2 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
