body{
   background-color: #00205c !important;
}
.list-box{
   margin-top: 15px;
}
.list-box ul{
   padding-left: 20px;
}
.list-box li:not(:nth-last-of-type(1)){
   margin-bottom: 14px;
}

@media(max-width: 767px){
   .flex-colum-mob{
      display: flex !important;
      flex-direction: column !important;
      flex-wrap: wrap !important;
   }
}