.section {
    padding: 100px 0 120px;
    position: relative;
    z-index: 20;
}

.hero-section.has-benefits + .section {
    padding-top: 200px;
}

.header-holder + .section:before {
    content: '';
    background-color: var(--header-fixed-background-color);
    width: 100%;
    height: var(--header-height);
    position: absolute;
    top: var(--header-height-invert);
    left: 0;
    z-index: 5;
} 

/* .section.section--white + .section.section--white { 
    padding-top: 0;
} */

.wp-block-columns + .component { 
   margin-top: 50px;
}

.component + .wp-block-columns,
.wp-block-column + .component,
.component + .component  { 
   margin-top: 40px;
}

.section-holder-title {
    padding-bottom: 30px;
}

.style-two-rows .section-holder-title {
    max-width: 850px;
}

.style-two-rows.text-align-center .section-holder-title {
    margin-left: auto;
    margin-right: auto;
}

.text-align-center .section-holder-title {
    text-align: center;
}

.text-align-align .section-holder-title {
    text-align: left;
}

.style-one-row .section-holder-title {
    display: flex;
    gap: 100px;
    margin-bottom: 30px;
    padding: 0;
}

.section-holder-title p.description {
    font-size: 18px;
    font-weight: 500;
}

.style-one-row .section-holder-title h2 {
    min-width: 50%;
}

h2.wp-block-heading {
    margin-top: 40px !important;
}

.component + h2.wp-block-heading,
.wp-block-columns + h2.wp-block-heading  {
     margin-top: 80px !important;
}

.section-holder-title h2,
.text-component h2,
h2.wp-block-heading {
    position: relative;
}

.section-holder-title h2:before,
.text-component h2:before,
h2.wp-block-heading:before {
    content: var(--title-icon);
    font-family: 'local-business' !important;
    color: var(--title-before-color);
    font-size: 30px;
    position: absolute;
    top: -40px;
    left: 46px;
    width: 70px;
    background: #fff;
    z-index: 20;
    text-align: center;
}


h2.wp-block-heading.has-text-align-center:before {
    left: 50%;
    margin-left: -34px;
}


.section-holder-title h2:after, 
.text-component h2:after,
h2.wp-block-heading:after {
    content: '';
    width: 165px;
    height: 2px;
    background-image: repeating-linear-gradient(90deg, var(--title-before-color), var(--title-before-color) 4px, transparent 4px, transparent 8px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 15;
}

h2.wp-block-heading.has-text-align-center:after {
    left: 50%;
    margin-left: -80px;
}

.text-align-center.style-two-rows .section-holder-title h2:before {
    left: 50%;
    margin-left: -40px;
}

.text-align-center.style-two-rows .section-holder-title h2:after {
    left: 50%;
    margin-left: -88px;
}

.section__body {
    margin: 0;
}

.section__body>*:last-child,
.section__body .section__row .section__col *:last-child {
    margin-bottom: 0;
}

.section__body>*:first-child,
.section__body .section__row .section__col *:first-child {
    margin-top: 0;
}

.section__row {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 -15px 0px;
    grid-auto-rows: auto;
}

.section__row.section__row--4-8 {
    grid-template-columns: 33.33333333% 66.66666667%;
}

.section__row.section__row--25-50-25 {
    grid-template-columns: 25% 50% 25%;
}

.section__row.section__row--3-9 {
    grid-template-columns: 25% 75%;
}

.section__col {
    width: 100%;
    padding: 0 15px;
    position: relative;
}

.section__col-inner>*:last-child {
    margin-bottom: 0;
}

.section-wave-top {
    width: 100%;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: 20;
}

/*** Primary section ***/
.section--primary {
    color: var(--primary-section-color);
    background: var(--primary-section-background-color);
}

.section--primary .section-wave-top path  {
    fill: var(--primary-section-background-color)
}

.section--primary h1,
.section--primary h2,
.section--primary h3,
.section--primary h4,
.section--primary h5 {
    color: var(--primary-section-title-color);
}

.section--primary a, 
.section--primary a, 
.section--primary a {
    color: var(--primary-section-link-color);
}

.section--primary a:hover, 
.section--primary a:focus, 
.section--primary a:active {
    color: var(--primary-section-link-color-hover);
}

.section--primary .section-holder-title h2:before,
.section--primary .text-component h2:before,
.section--primary h2.wp-block-heading:before {
    background: var(--primary-section-background-color);
    color: var(--primary-section-title-before-color);
}

.section--primary .section-holder-title h2:after,
.section--primary .text-component h2:after,
.section--primary h2.wp-block-heading:after {
    background-image: repeating-linear-gradient(90deg, var(--primary-section-title-before-color), var(--primary-section-title-before-color) 4px, transparent 4px, transparent 8px);
}

/*** Secondary section ***/
.section--secondary {
    color: var(--secondary-section-color);
    background: var(--secondary-section-background-color);
}

.section--secondary .section-wave-top path  {
    fill: var(--secondary-section-background-color)
}

.section--secondary h1,
.section--secondary h2,
.section--secondary h3,
.section--secondary h4,
.section--secondary h5 {
    color: var(--secondary-section-title-color);
}

.section--secondary a {
    color: var(--secondary-section-link-color);
}

.section--secondary a:hover, 
.section--secondary a:focus, 
.section--secondary a:active {
    color: var(--secondary-section-link-color-hover);
}

.section--secondary .section-holder-title h2:before,
.section--secondary .text-component h2:before,
.section--secondary h2.wp-block-heading:after {
    background: var(--secondary-section-background-color);
}

.section--secondary .section-holder-title h2:after,
.section--secondary .text-component h2:after,
.section--secondary h2.wp-block-heading:after {
    background-image: repeating-linear-gradient(90deg, var(--secondary-section-title-before-color), var(--secondary-section-title-before-color) 4px, transparent 4px, transparent 8px);
}

@media (max-width: 1440px) {
    .section-wave-top {
        top: -70px;
    }    
}

@media (max-width: 1250px) {
    .section-wave-top {
        top: -56px;
    }    
}

@media (max-width: 991px) {

    .section__row.section__row--3-9,
    .section__row, 
    .section__row.section__row--25-50-25,
    .section__row.section__row--4-8 {
        grid-template-columns: 100%;
    }

    .section__col--last,
    .section__col--center {
        margin-top: 30px;
    }

    .section-wave-top {
        top: -50px;
    }    

    .section__row--reverse .section__col--first {
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .section__row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .section-holder-title {
		max-width: 90%;
        text-align: left;
		padding-bottom: 0;
	}

    .style-one-row .section-holder-title {
        display: block;
    }

    .style-one-row .section-holder-title h2 {
        min-width: auto;
    }
}

@media (max-width: 820px) {
    .section-wave-top {
        top: -30px;
    }    
}

@media (max-width: 767px) {
    .section-holder-title {
        width: 100%;
    }

    .hero-section.has-benefits + .section {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .section-wave-top {
        top: -22px;
    }

    .section {
        padding: 60px 0;
    }
}

@media (max-width: 375px) {
    .section-wave-top {
        top: -20px;
    }
}