.footer-panel{
    padding: 64px 400px;
    background-color: #0b1e2e;
    color: white;
    display: flex;
     flex-direction: row;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
}
.item-row{
    width: 200px;

}
.item-row.center{
    text-align: center;
}
.item-row .sub-item{
    margin: 8px 0;
}
.item-row .sub-item-header{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}