.top {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	width: 100%;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	color: white;
}
.h1-text-position {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10%;
	background: rgba(90, 90, 90, 0.4); /* Green background with 30% opacity */
}
.content {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 68.5%;
}
.content div {
	width: 1120px;
}
.content div div {
	padding-bottom: 10px;
}
.summary-ul {
	text-align: left;
	margin-top: 0;
}
.summary-ul li {
	display: block;
	line-height: 40px;
}
.summary-style {
	padding: 10px;
	background: #f9f9f9;
}
@media (max-width: 1156px) {
	.content div {
		width: 99%;
	}
}