.modaal-container {
	color: #7e7484;
	max-width: 740px;
	border-radius: 5px;
	background: #fff;
}
.modaal-content-container {
    padding: 40px 35px;
}
.modaal-container .logo {
	text-align: center;
	margin-bottom: 30px;
}
.modaal-container .txt {
	margin-bottom: 15px;
	font-size: 15px;
}
.modaal-container .txt:last-child {
	margin-bottom: 0;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
/* footer */
}

/* ************************************************************************************************ */
@media screen and (max-width: 480px) {
}


