.modal-links {
    display: flex; -webkit-display: flex;
    justify-content: space-between; -webkit-justify-content: space-between;    
}
.modal-links ul {width: 33.3333%; padding: 0 50px 0 0; min-width: 300px}
.modal-links ul > li {padding-bottom: 2px;}
.modal-links a {color: #2b3a4f; font-size: 14px; white-space: nowrap; text-decoration: none; transition: .1 all; -webkit-transition: .1 all;}
.modal-links.js-has-clickables a:hover {color: rgb(9,27,56);}