.content-block {
	max-width: 940px;
	margin: 70px auto;
}

.content-block .content-description {
	padding-bottom: 10px;
}

.content-block ul {
	padding: 10px 0px 10px 15px;
}

.content-block li {
	list-style: disc;
	margin: 10px 0;
}

.content-block li:last-child {
  margin: 0;
}

.content-block .buttons {
	margin-top: 24px;
}

.content-block.custom {
	text-align: left;
	margin-bottom: 24px;
}

.content-description p:not(:last-child) {
	margin-bottom: 15px;
}

.content-block-text {
	padding: 0 10px;
}

.content-block-text h2 {
	font-family: Agenda;
	color: black;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	text-align: center;
	margin-bottom: 24px;
}

.content-block-text h3 {
	font-family: "Source Serif 4", serif;
  	font-optical-sizing: auto;
	font-size: 34px;
	font-style: italic;
	font-weight: 400;
	line-height: 110%;
	text-align: center;
	margin-bottom: 32px;
	color: #54585A;
}

.content-block-text p {
	font-family: Agenda;
	color: #54585A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

@media (max-width: 600px) {
	.home .content-block.mt-140 {
		margin-top: 70px;
	}
}