.copyright-simple-content {
    text-align: left;
    color: #000;
}

.copyright-simple-content h1, .copyright-simple-content h2, .copyright-simple-content h3, .copyright-simple-content h4, .copyright-simple-content h5, .copyright-simple-content h6 { 
    text-transform: none!important;
	font-family: "Maven Pro", sans-serif!important;
	text-align:center;
}

.copyright-simple-content h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 80px;
    color: #cecece!important;
}

.copyright-simple-content h3 {
    font-size: 25px;
    font-weight: 800;
	margin-top: 50px;
    margin-bottom: 10px;
    color: #1f378f!important;
}

.copyright-simple-content p {
    line-height: 1.7;
    text-align: center;
}

.copyright-simple-content a {
    color: #1f378f;
}

.copyright-simple-content a:hover {
    color: #333333;
}

.copyright-simple-content h4 {
    font-size: 28px;
    color: #afaeae!important;
}

.copyright-simple-content ul {
    list-style: honeydew;
    text-align: left;
}

.copyright-simple-content table tr td {
    padding: 15px 5px;
    width: 20%;
}

.copyright-simple-content tr:first-child p {
    color: #FFF;
}

.copyright-simple-content tr:first-child {
    background-color: #1d3491!important;
}