footer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #4F4A45;
    margin-top: 20px;
    padding: 70px;
}

.podval {
	width: 70%;
	text-align: center;
}

.h2 {
	font-size: 45px;
	color: white;
	margin-bottom: 30px;
}

.subtitle {
	margin-bottom: 15px;
	color: whitesmoke;
	font-size: 20px;
}

.col-md-4 {
    padding-top: 20px;
}

.card-text {
/*    text-align: right;*/
}