section.legal-intro h2 {
	font-family: "Poppins-Bold";
	display: block;
	color: #2A3162;
	margin: 0 auto 50px;
	font-size: 40px;
}

section.legal-contents {
	margin: 50px auto 100px;
}

section.legal-contents p {
	font-family: "Poppins-Regular";
	color: #2A3162;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0;
}

section.legal-contents p, section.legal-contents a, section.legal-contents strong {
	white-space: normal;
	max-width: 98%;
}

section.legal-contents p a {
	display: inline;
	word-break: break-all;
}


section.legal-contents ul {
	font-family: "Poppins-Regular";
	color: #2A3162;
	font-size: 16px;
	line-height: 22px;
	padding-left: 0;
	padding-top: 0;
}

section.legal-contents > ol {
    list-style: decimal;
    font-family: "Poppins-Bold";
    color: #138080;
    font-size: 30px;
	padding-left: 35px;
}

section.legal-contents strong {
	font-family: "Poppins-Bold";
    color: #2A3162;
    font-size: 20px;
}

section.legal-contents p strong {
	font-family: "Poppins-Bold";
    color: #2A3162;
    font-size: inherit;
}



section.legal-contents > ol ol {
	font-family: "Poppins-Bold";
    color: #2A3162;
    font-size: 20px;
	list-style: none;
	padding-left: 0;
}

section.legal-contents > ol ol > li {
	margin-top: 40px;
}

section.legal-contents ol {
  counter-reset: item;
  max-width: 100%;
}

section.legal-contents  > ol > li {
  display: inline-block;
  position: relative;
  max-width: 90%;
}

section.legal-contents > ol > li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	display: inline-block;
    position: absolute;
    top: 30px;
    left: -45px;
}

section.legal-contents > ol > li > ol > li:before {
  content: "Article " counters(item, ".") " : ";
  counter-increment: item;

}

section.legal-contents > ol > li > ol > li > ul {
	list-style: disc;
}

section.legal-contents > ol > li > ol > li > ul > li {
	white-space: normal;
}

section.legal-contents h2 {
	font-family: "Poppins-Bold";
	display: block;
	color: #2A3162;
	margin: 50px auto 20px;
	font-size: 40px;
}

p.amf-square {
	border: 1px solid #2A3162;
}

section.legal-contents h3 {
    font-family: "Poppins-Bold";
	display: inline-block;
    color: #138080;
    font-size: 30px;
	margin-bottom: 40px;
}

section.legal-contents h4 {
    font-family: "Poppins-Bold";
	display: inline-block;
    color: #2A3162;
    font-size: 20px;
    margin-bottom: 0;
}

section.legal-contents address {
    font-family: "Poppins-Bold";
    color: #2A3162;
    font-size: 18px;
    line-height: 22px;
	font-style: normal;
}

@media screen and (max-width: 510px) {
	main#primary section.legal-contents > ol > li, main#primary section.legal-contents h3 {
		font-size: 20px;
	}
	
	main#primary section.legal-contents > ol > li:before {
		top: 20px;
		left: -30px;
	}
}