.shopify-section-offset-blocks{
  position:relative;
}
  @media (width <= 767px),screen and (max-width:767px){
  .shopify-section-offset-blocks .offset-blocks__container{
        flex-direction:var(--mobile-layout);
    }
      }
  .shopify-section-offset-blocks .offset-blocks__container{
      column-gap:var(--layout-column-gap);
      justify-content:var(--justify-content);
      row-gap:var(--layout-row-gap);}
