File: D:/HostingSpaces/SBogers10/komma.pro/resources/assets/sass/site/pages/_sectionSorter.sass
/* ==========================================================================
Easily change the order of all the sections on a page
========================================================================== */
.section-sorter
display: flex
flex-direction: column
.video
order: 1
.intro-section
order: 2
.featured-cases
order: 3
.about-our-company
order: 4
.featured-testimonials
order: 5
.about-our-team
order: 6
.call-to-action-bar
order: 7
.award
order: 8
+respond-to-width($smGridBreakpoint)
.intro-section
order: 1
.video
order: 2