.information_tab_container{
    width: 100%;
    border: 2px solid #04b4ec;
    background-color: #000;
    color: #fff;
    display:flex;
  }

.information_tab_container ul{
    column-count: 4;
    width: 100%;
    text-align: start;
    color: #fff;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
}