.legal-head-section {
padding: 5.625rem 0;
}
.legal-head-section h1 {
	font-weight: normal;
	font-size: 5rem;
	line-height: 4.75rem;
	text-align: center;
	letter-spacing: 0.01em; 
	margin:0px;}
.legal-content-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #fff;
}
.legal-category h2 {
	font-weight: 600;
	font-size: 2rem;
	line-height:2.375rem;
	color: #2D3A3A;
	border-bottom: 2px solid #79A2A4;
	margin-top: 0;	
	margin-bottom: 10px;
	padding-bottom: 0.625rem;
}
.legal-category h3 {
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1.375rem;
	color: #347A87;
	margin-bottom: 4px;
}
.legal-category h3 a {
	color: #347A87;
	font-weight: 600;
}
.legal-category p {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #697371;
}
.legal-category p:last-child {
	margin-bottom: 3.75rem;
}
.legal-category a {
	font-weight: normal;
}
.legal-category .content:not(p) {
	margin-bottom: 1.5rem;
}
.masonry-layout {
	display: flex; 
	flex-direction: column; 
	flex-wrap: wrap;
	height: 100vw;
	margin: 0 -2rem;
}
.masonry-layout .flex-col {
width: 50%;
padding: 0 2rem;
}
.legal-items {
	max-width: 720px;
	margin:0 auto 0 auto;
}
.legal-items .item {
	box-shadow: inset 0px -1px 0px #D2D2D2;
	padding: 24px 0 20px 0px;
	margin: 0 !important;
}
.legal-items .item p:last-child {
	margin-bottom: 0;
}
.legal-items .item p {
	color: #2D3A3A;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.black-title, .black-title a {
	color: #2D3A3A !important;
}
.legal-items .item ul {
	margin: 10px 0 0 0px;
	padding: 0;
}
.legal-items .item li {
	list-style: none;
	color: #347A87;
	font-size: 18px;
	line-height: 22px;
	margin-top: 4px;
}



/**************** responsive **********************/
@media (max-width:1023px) {

}

@media (max-width:767px) {
	.legal-head-section {
		padding:1.5rem 0 1.875rem 0;
	}
	.legal-head-section h1 {
		font-size: 2.875rem;
		line-height: 3rem;
	}
	.legal-content-section {
		padding: 2.5em 0 1.5rem 0;
	}
	.legal-category h2 {
		font-size: 1.375rem;
		line-height: 1.875rem;
		padding-bottom: 0.5rem;
	}
	.legal-category h3 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.legal-category p:last-child {
		margin-bottom: 2.5rem;
	}
	.legal-category {
		padding-bottom: 1rem;
	}
}