.section {
    padding: 80px 0 80px;
    position: relative;
    z-index: 10;
}

.section.add-pattern {
    background-repeat: no-repeat; 
}

.section.add-pattern.lines {
    background-size: cover;
    background-position: center center;
}

.section.add-pattern.map {
    background-image: url(../../images/blocks/section/world-map.png);
    background-position: top center;
}

.section.section--white + .section.section--white { 
    padding-top: 0;
}

.component + .component { 
   margin-top: 30px;
}

.section__head {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.section__head.section-holder-title h2 {
    margin-bottom: 20px;
}

.section-holder-title {
	max-width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
}

.section-holder-title .section-above-title {
    font-weight: 500;
    line-height: 1.5;
    color: var(--title-above-color);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-holder-title p.description {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
}

.section-holder-title p.description > span {
    color: var(--section-title-important-color);
}

.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--primary,
.section--primary-paper {
    color: var(--primary-section-color);
}

.section--primary {
    background: var(--primary-section-background-color);
}

.section--primary h1,
.section--primary h2,
.section--primary h3,
.section--primary h4,
.section--primary h5,
.section--primary-paper h1,
.section--primary-paper h2,
.section--primary-paper h3,
.section--primary-paper h4,
.section--primary-paper h5 {
    color: var(--primary-section-title-color);
}

.section--primary h1 > span,
.section--primary h2 > span,
.section--primary h3 > span,
.section--primary h4 > span,
.section--primary .section-holder-title p.description > span {
    color: var(--primary-section-title-important-color);
}

.section--primary .above-heading-title {
    color: var(--primary-section-above-title-color);
}


.section--primary .section-above-title {
    color: var(--primary-section-above-title-color);
}

.section--primary a:hover, 
.section--primary a:focus, 
.section--primary a:active {
    color: var(--primary-section-link-color-hover);
}

.section--secondary,
.section--secondary-paper {
    background: var(--secondary-section-background-color);
    color: var(--secondary-section-color);
}

.section--secondary h1,
.section--secondary h2,
.section--secondary h3,
.section--secondary h4,
.section--secondary h5 {
    color: var(--secondary-section-title-color);
}

.section--secondary h1 > span,
.section--secondary h2 > span,
.section--secondary h3 > span,
.section--secondary h4 > span,
.section--secondary .section-holder-title p.description > span {
    color: var(--secondary-section-title-important-color);
}

.section--secondary .above-heading-title {
    color: var(--secondary-section-above-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);
}

/* Paper */

.section--primary-paper {
    background: #fff;
}

.section--secondary-paper,
.section--primary-paper {
    position: relative;
    margin: 60px 0;
}

.section--secondary-paper > .container,
.section--primary-paper > .container {
    position: relative;
    z-index: 10;
}

.section--secondary-paper:before,
.section--primary-paper:before {
    content: '';
    background: #fff;
    border-radius: 120px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 95%;
    z-index: 9;
}

.section--primary-paper:before {
    background: var(--primary-section-background-color);
}

.section--secondary-paper.paper-right:before,
.section--primary-paper.paper-right:before {
    left: 0;
    border-radius: 0 120px 0 0;
}

.section--secondary-paper .section-holder-title,
.section--primary-paper .section-holder-title {
    text-align: left;
    margin: 0;
}

@media (max-width: 1199px) {
    .section--secondary-paper:before,
    .section--primary-paper:before {
        width: 98%;
    }
}

@media (max-width: 991.98px) {
    .section {
        padding: 60px 0;
    }

    .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;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 767px) {
    .section--secondary-paper,
    .section--primary-paper {
        margin: 30px 0;
    }

    .section {
        padding: 40px 0;
    }

    .section__row--reverse .section__col--first {
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .section__row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .section__head {
        text-align: left;
    }

    .section__head.section-holder-title {
        max-width: initial;
    }

    .section-holder-title {
		max-width: 90%;
		padding-bottom: 10px;
	}

    .section--secondary-paper:before,
    .section--primary-paper:before {
        border-radius: 90px 0 0 0;
    }

    .section.section--secondary-paper,
    .section.section--primary-paper {
        padding-left: 20px;
        padding-right: 20px;
    }
}