@charset "UTF-8";
/* CSS Document */

section {
	padding-top: 30px;
}

.udaje {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--cnx-greylight);
	padding: 50px 0 60px;
	gap: 35px;
}

.udaje h2 {
	width: 100%;
	max-width: 360px;
	font-size: 1rem;
	line-height: 1.625rem;
	padding-top: 2px;
}

.udaje p {
	max-width: 720px;
	margin: 0;
}

.udaje p span {
	font-weight: var(--semibold);
}

.udaje h3 {
	font-family: var(--font-basic);
	font-weight: var(--bold);
	font-size: 1rem;
}

.udaje h3:not(:first-child) {
	padding-top: 12px;
}

@media screen and (min-width: 1200px) {

	.udaje {
		flex-direction: row;
		padding: 30px 0 35px;
	}
	
	.udaje h2 {
		width: 50%;
	}
	
}