/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

body#tinymce.wp-editor, .mce-content-body {
  background: #fff!important;
}
@media (max-width:767px) {
  .card-col-grow, .card-col-grown:hover,
  .bs-card-grow:has(.card-col-grow:hover) .card-col-grow:not(:hover) {
    flex-basis:100%;
  }  
}
