#accordion-cta {
    width: 100%;
}

#accordion-cta {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ccc;
    border-radius: 0;
}

.accordion-cta.accordion-button {
    color: #000;
    background-color: #EBEBEB;
}

    .accordion-cta.accordion-button:not(.collapsed) {
        color: #000;
        background-color: #EBEBEB;
    }

    .accordion-cta.accordion-button.collapsed:hover {
        background-color: #004762;
        color: #fff;
    }

.accordion-cta {
    color: #999;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.accordion-cta-btn {
    width: 100%;
}

.accordion-wrapper-image {
    margin-bottom: 20px;
    max-height: 400px;
    width: 500px;
    max-width: 100%;
}

/* Extra small devices - xs */
@media (max-width: 575px) {
    .accordion-cta-paragraph-div {
        margin-bottom: 20px;
    }
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    .accordion-cta-paragraph-div {
        margin-bottom: 0;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
}

