section {
	padding-top: 80px;
}
section .container {
	max-width: 900px;
}
.page-title {
	background-image: url("../images/mv.webp");
}
h3 {
	font-size: 25px;
	margin-bottom: 15px;
}
p:not(:last-child),
section ul {
	margin-bottom: 30px;
}
section li {
	display: flex;
	align-items: center;
	gap: 15px;
}
section li::before {
	content: "";
	flex-shrink: 0;
	background-color: #9fa0a0;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}
section a {
	color: #005bac;
	text-decoration: underline;
}
section a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	section {
		padding-top: 40px;
	}
	h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	p:not(:last-child),
	section ul {
		margin-bottom: 20px;
	}
	section li {
		gap: 10px;
	}
	section li::before {
		width: 6px;
		height: 6px;
	}
}
