
             .toggle-icon {
            transition: transform 0.3s ease;
        }
        [aria-expanded="true"] .toggle-icon {
            transform: rotate(180deg);
        }
        .fas {
    color: #ed1c22;
}
/*        a.retail {*/
/*    width: 270px;*/
/*}*/
div#collapseExample {
    background-color: #f4f4f480 !important;
}
.fas {
    color: #ed1c22 !important;
}
 