/*
Theme Name: STL Party Bus
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
ul li.bullet-arrow:before,
ul li.bullet-checkmark:before,
ul li.bullet-star:before {
    color: #dd1e1d;
}

.bus-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bus-grid .bus {
    width: 48%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}