.card-rd {
    background: #FFFFFF;
    border-radius: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: -20px 4px 250px rgba(0, 0, 0, 0.25);
}

.card-img-rd {
    padding: 12px 8px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    background: #FFFFFF;
    border-radius: 20px !important;
    border: 0;
    padding: 0.5rem 2.7rem;
}

.accordion-item {
    border: none;
    border-radius: 20px !important;
}

.accordion-img {
    height: 60px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-body-img {
    padding: 15px 0;
}

.accordion-body-footer {
    width: 94%;
    position: absolute;
    bottom: 0;
}

h3 {
    color: hsl(215deg 67% 26%);
}

@media only screen and (max-width: 991px) {
    .accordion-body-footer {
        position: static;
    }
}
