.accordion {
    border: 0 !important;
}

.accordion .card {
    border: 0 !important;
    margin-right: 15px;
}

.card-header {
    padding: 12px;
    background: #fff;
    color: #003087;
    text-transform: uppercase;
    font-family: 'Futura LT W02 Bold', sans-serif !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: relative;
    /*padding-bottom: 40px;*/
}

.accordion .card .card-header:not(.collapsed) {
    background: #003087;
    color: #fff;
}

.accordion.width .card {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.accordion:not(.width) .card-header.collapsed {
    border-top: 1px solid #eee !important;
}

.accordion .card-header.collapsed {
    cursor: pointer !important;
}

@media (min-width: 768px) {
    .card-header {
        padding-bottom: 40px;
    }
    .card-body {
        height: 100%;
    }

    .card-header:after {
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        position: absolute;
        color: #003087;
        bottom: 10px;
        left: 12px;
    }

    .accordion .card .card-header:not(.collapsed):after {
        content: "\f068";
        font-family: "Font Awesome 5 Pro";
        font-weight: normal;
        position: absolute;
        color: #fff;
        bottom: 10px;
        left: 12px;
    }
}


@media (max-width: 767.98px) {
    .accordion .card {
        margin-right: 0;
    }
}