.accordion-item {
    margin-bottom: 0.5rem !important;
    border-radius: 0 !important;
}
.accordion-body {
    color: black;
}

/* Media query for tablets in landscape and portrait mode */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-margin-bottom {
        margin-bottom: 20rem;
    }
}
