.national_contact_points_box { width: 100%; float: left; max-width: 755px; margin-top: 30px; } 
.national_contact_points_list { width: 100%; float: left; display: flex; flex-wrap: wrap; margin-top:20px; } 
.national_contact_points_list li { width: calc(25% - 15px); margin-right: 20px; margin-bottom: 20px; float: left; display: flex; border: 1px solid #e4e4e4; flex-direction: column; align-items: center; padding: 15px 10px 10px; } 
.national_contact_points_list li:nth-child(4n) { margin-right: 0; } 
.ncpl_person_icon { max-width: 100%; float: left; overflow: hidden; height: 140px; display: flex; justify-content: center; background: #eee; } 
.ncpl_person_icon img { max-width: 100%; } 
.ncpl_title { margin-top: 10px; font-size: 16px; font-weight: 600; color:#c9ac5e; text-transform: uppercase; } 
.ncpl_degi { width: 100%; float: left; text-align: center; color: #9e9e9e; font-size: 15px; line-height: 16px; margin: 3px 0 5px; } 
.ncpl_company_name { width: 100%; float: left; text-transform: uppercase; text-align: center; font-weight: 600; color: #0a3d50; } 
.ncpl_icon { width: 40px; float: left; height: 40px; border-radius: 100%; overflow: hidden; margin: 3px 0 5px; } 
.ncpl_icon img { width: 100%; } 
.ncpl_county { width: 100%; float: left; text-align: center; font-size: 15px; color: #c9ac5e; line-height: 16px; }
.footer{float:left !important}