.section-accessibility {
	padding-top: 60px;
	padding-bottom: 60px;
}

.row-center {
	display: block;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: none;
	text-align: left;
}

.title-main {
	margin-bottom: 20px;
	font-size: 32px;
	color: #000;
	line-height: 32px;
	font-weight: 800;
	text-align: left;
}

.bold-text {
	font-size: 24px;
	font-weight: 700;
}

.text-main {
	margin-bottom: 40px;
	line-height: 140%;
}

.list {
	margin-bottom: 40px;
	padding-left: 16px;
	font-size: 16px;
	line-height: 140%;
}

.title-content {
	margin-bottom: 12px;
	font-size: 24px;
}

.link {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.section-accessibility {
		padding-right: 15px;
		padding-left: 15px;
	}
}
