/*
* FONTS
*/
/*
* MEDIA QUERIES
*/
/*
* SPACING
*/
/*
* LAYOUT GRID
*/
@media only screen and (max-width: 767px) {
  .flexible-grid-container-wrapper {
    display: flex;
    flex-direction: column; }
    .flexible-grid-container-wrapper .grid-container-move-top-xs {
      order: -1; } }
