/**
 * Styly stranky o nas
 */

h2 {
	margin: 30px 0 30px 0;
	font-size: 25px;
	line-height: 38px;
	font-weight: normal;
	font-family: 'BebasNeue';
	color: #31306e;
}

div.description {
	margin: 0;
	line-height: 25px;
	margin-bottom: 25px;
}

div.description a {
	text-decoration: none;
}

@media (max-width: 990px) {
	h2 {
		font-size: 24px;
		line-height: 32px;
	}

	div.description {
		padding: 0 24px;
		font-size: 16px;
		line-height: 22px;
		text-align: justify;
	}

	div.description span {
		font-size: 16px;
		line-height: 22px;
	}

	div.description a {
		font-size: 16px;
		line-height: 22px;
	}

	div.description p {
		font-size: 16px;
		line-height: 22px;
	}
}
