.vyhodneFinancovani{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.vyhodneFinancovani .presentation__textRight{
	font-size: 3rem;
}
.vyhodneFinancovani .presentation__textRight strong{
	font-size: 6rem;
	font-weight: bold;
	color: #d9153a;
}
div.presentation.vyhodneFinancovaniExample p{
	font-size: 15px;
}
@media(max-width: 600px){
	.vyhodneFinancovani .presentation__textRight{font-size: 2rem;}
	.vyhodneFinancovani .presentation__textRight strong{font-size: 4rem;}
}
.alert.showAlertTop{
	background: none;
	padding: 0;
}
.alert.showAlertTop .alert__container{
	width: 100%;
}
