@charset "UTF-8";
/* CSS Document */


#dod {
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 1px solid var(--cnx-greylight);
}

#dod .container {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.dod-text {
	max-width: 680px;
}

#dod h2 {
	margin-bottom: 40px;
}

.dod-dny {
	max-width: 460px;
	width: 100%;
	line-height: 1rem;
}

.dod-dny div {
	display: flex;
	align-items: center;
	padding: 20px 30px;
	border-bottom: 1px solid var(--cnx-greylight);
}

.dod-dny div:first-child {
	border-top: 1px solid var(--cnx-greylight);
}

.dod-dny span {
	font-weight: var(--semibold);
	margin-right: 15px;
}

#misto {
	margin-bottom: 100px;
}


