/* Overrides for the accordion template*/
@media only screen and (max-width: 768px) {
.multi-btn {
    flex-basis: 100% !important;
}
}

.accordion-group {
    float: left;
    width: 100%;
}