.footer {
    width: 100%;
    background-color: #0c2556;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 6px;
}
.lawCell{
    max-width: 1232px;
    min-width: 240px;
    margin: 0 auto;
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
}
.lawCellText{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 20px;
}
.lawCellLink{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none; 
    color: #ffffff;
    margin-right: 20px;
}