@media screen and (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }

    .footer-details {
        width: 430px;
        float: right;
        border-right: 1px solid #8a2062;
        padding-right: 30px;
    }

    button.menu-trigger {
        display: none;
    }

    div.menu-tablet {
        display: none;
    }
}