#home-primary {
    margin-bottom: 24px;
}

#home-secondary .columns-column{
    /*flex: 1;
    border-right: 1px solid #ccc;*/
}

#home-secondary {
    margin-bottom: 24px;
    background: rgba(0,0,0,0.53);
    border-radius: 4px;
}

body.home #content {
    margin-bottom: 0;
    background: transparent;
}

@media screen and (max-width: 576px) {
    #home-primary, #home-secondary {
        margin-bottom: 0;
    }
}