section.block {
	padding: 60px 0;
}

section.block .wrapper {
	width: calc(100% - 60px);
	margin: auto;
	max-width: 1400px;
	float: initial;
}

section.block .wrapper h2 {
	margin-bottom: 45px;
	font-size: 30px;
	font-weight: 700;
}

section.block .wrapper p {
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 400;
}

section.block .wrapper ul {
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 400;
	list-style-type: disc;
	padding-left: 25px;
}

section.block .wrapper ul li:not(:last-child) {
	margin-bottom: 7.5px;
}
