.important_conteiner {
	text-align : center;
	padding: 5px;
	margin: auto;
	border : solid 5px rgb(255, 37, 37);
}

.important_conteiner h3 {
	font-size : 16px;
	font-weight : bold;
}

.important_conteiner p {
	font-size : 12px;
	font-weight : normal;
}