#content {
	width: 100%;
	padding: 0;
}

#home-intro-container {
	margin-left: -60px;
	margin-right: -60px;
	margin: 0;
	padding: 0;
	margin-top: -30px;
	/* padding: 50px 0 10px 0; */
	min-height: 600px;
	border-bottom: 2px solid #444;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home-intro {
	/* position: relative; */
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	max-width: 750px;
	min-height: 360px;
	margin: 0 auto;
}

#home-intro h2 {
	font-size: 22pt;
	line-height: 26px;
	margin-top: 2px;
	text-transform: uppercase;
	color: #444;
}

#home-intro p {
	font-size: 14pt;
}

#home-intro img {
	float: left;
	margin: 10px;
}

#home-content-container {
	margin-top: 20px;
}

#home-content-container p {
	font-size: 12pt;
}


/* Feedbacks */
#feedbacks-container h2 {
	text-align: center;
	color: #248ba8;
}

.splide__slide {
	display: flex;
}

.feedback {
	position: relative;
	padding-bottom: 24px;
	margin: auto;
	width: 60%;
}

.feedback img {
	display: flex;
	margin: 5px auto;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
}

.feedback-content {
	position: relative;
	font-style: italic;
	margin: 5px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #75bd75;
	border-left: 6px solid #75bd75;
}


.feedback-content:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: auto;
	right: 20px;
	bottom: -25px;
	border: 12px solid;
	border-color: #64b564 #64b564 transparent transparent;
}

.feedback-content:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: auto;
	right: 20px;
	bottom: -25px;
	border: 10px solid;
	border-color: #86c586 #86c586 transparent transparent;
}

.feedback span {
	margin-top: 15px;
	float: right;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	color: #808080;
}

li::before {
	content: none;
	padding: 0;
	margin: 0;
}
