.aon{    background: #045abd;
    color: #fff;}
.on{
font-weight: 600;}
.links {
  background: #017dff;
  padding: 15px 0;}
.links ul{
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.links ul li {
width: 14%;
text-align: center;}
.links ul a {
color:#fff;}
@media screen and (max-width: 752px) {
.links ul li {
width:33%;
margin: 10px 0;}
}
