.accordion .list-group,
.card-block .list-group {
    box-shadow:none;
}
.card-body .accordion {
    padding-left: 10px;
}

#software-boxes .col {
    max-width: 50%;
}
@media screen and (max-width: 1210px) {
    #software-boxes .col {
        max-width: initial;
    }
}

div.cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: #111827;
    padding: 10px;
    width: 100%;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

button.cookie-consent__agree {
    background: #009966;
    color: #ffffff;
    border: none;
    padding: .5rem;
    border-radius: 2px;
}

@media screen and (max-width: 800px) {
    div.cookie-consent {
        display: block;
        text-align: center;
    }

    button.cookie-consent__agree {
        width: 100%;
        margin-top: 8px;
    }
}

