.oplata {
	line-height: 1.55;
	font-family: 'Calibri', Arial, sans-serif;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}

.oplata .inner {
	padding: 4em 1em;
}

.oplata__title {
	font-size: 1.25em;
	margin-top: 2em;
}

.oplata__desc {
	margin-top: 2em;
	font-size: 1.1em;
	font-weight: 500;
}

.oplata a {
	color: #3B7DC2;
	text-decoration: none;
}