.shopify-section-layout{
  position:relative;
}

.shopify-section-layout .layout__heading{
  align-items:center;
  display:flex;
  justify-content:space-between;
}

.shopify-section-layout .layout__heading--center{
  flex-direction:column;
}

.shopify-section-layout .layout__heading--right{
  flex-direction:row-reverse;
}

.shopify-section-layout .layout__container{
  justify-content:space-between;
  row-gap:var(--layout-row-gap);
}

@media (width <= 767px){
  .shopify-section-layout .layout__container{
    flex-direction:var(--mobile-layout);
  }
}
