.sectionpresentation {
	/*font-family: 'Poppins', sans-serif;*/
	/*line-height: 1.8;*/
	/*color: #333;*/
	/*background-color: #f5f7fa;*/
	/*max-width: 1110px;*/
	/*margin: 0 auto;*/
	/*padding: 40px 20px;*/
	/*background-color: #ffffff;*/
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 40px 0px 40px 0px;
	/*margin-bottom: 40px;*/
}
.sectionpresentation section-title {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: #2c3e50;
}
.sectionpresentation section-subtitle {
	font-size: 1.5rem;
	margin: 20px 0 10px;
}
.sectionpresentation p {
	margin-bottom: 15px;
	text-align: justify;
}
.sectionpresentation ul {
	margin: 20px 0;
	padding-left: 20px;
	text-align:justify;
}
.sectionpresentation ol {
	margin: 20px 0;
	padding-left: 20px;
	text-align:justify;
}
.sectionpresentation li {
	margin-bottom: 10px;
}
.sectionpresentation a {
	color: #3498db;
	text-decoration: none;
}
.sectionpresentation a:hover {
	text-decoration: underline;
}
.sectionpresentation table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
.sectionpresentation th, td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: justify;
}
.sectionpresentation th {
	background-color: #f2f2f2;
}
.sectionpresentation h2.section-subtitle {
	color:#3498db;
}