.mainSections{
 width: 980px;
 margin: 0 auto;
}
.philosophy{
 margin: 100px 0 40px;
 padding-bottom: 95px;
 border-bottom: 1px solid #d0d5da;
 text-align: center;
}
.philosophy h2{
 font-size: 3.6rem;
 margin-bottom: 25px;
 color: #333;
}

.mainSections section h3{
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	margin:0 0 20px 0;
}

.mainSections table{
 width: 100%;
 margin-top: 15px;
}
.mainSections th{
 font-size: 1.6rem;
 text-align: center;
 color: #e60012;
 background-color: #f3f5f7;
 width: 185px;
}
.mainSections td{ padding: 25px 30px;}

.principles{
 color: #333;
 font-size: 1.6rem;
 font-weight: bold;
 list-style: decimal;
 background-color: #f3f5f7;
 padding: 60px 150px 60px 230px;
 margin-top: 15px;
}
.principles li{ padding-left: 10px;}
.principles li:not(:last-child){ margin-bottom: 20px;}

.mainSections .comment{
 margin-top: 10px;
 font-size: 1.2rem;
 line-height: 1.8rem;
 color: #555;
}
.pdfDownloadBtn{ margin-top: 50px;}



