body{margin: 0;font-family: Arial, Helvetica, sans-serif;font-size:22px;}
.container {max-width: 1024px;padding: 15px;margin: 0px auto;}
h4{margin-bottom:15px;}
.header-title {margin-bottom: 30px;}
h3{margin-bottom:0px;margin-top: 0px;}
p{margin-bottom:15px;}
li {margin-bottom: 5px;}
.header{text-align: center;}
.logo{width: 570px;margin-bottom: 8px;max-width: 100%;}
.text-right{text-align:right;font-size:22px;}
.row::after{display:table;clear: both;content: '';}
.col-4{width: 33.33333%;float: left;}
.col-8{width: 66.66666%;float: left;}
a{color: #0563c1;border-bottom: 2px solid #0563c1;text-decoration: none;}
img{max-width: 100%;}
hr { height: 2px;background: black;margin-top: 22px;margin-bottom: 22px;}
@media only screen and (max-width: 767px) {
    .header-title br {
        display: none;
    }
    body {
        font-size:18px;
    }
	.row {
		margin-bottom: 25px;
	}
    .col-8, .col-4{
        width: 100%;
    }
}
        