.section {
    padding: 3.333rem 0 3.333rem 0;
    position: relative;
}

.section.has-section-background-shape {
    padding-top: 0;
}

.section.section-content-top {
    padding-bottom: 0;
}

.page-content-top-right-view .section:not(.section-content-top):first-of-type {
    padding-top: 0;
}

.section.section-bg-grey,
.section-bg-grey {
    background-color: var(--eb-color-background-005);
}

.section-bg-dark-blue {
    background-color: var(--eb-color-text-100);
}

.section .section-background-shape {
    position: relative;
    padding-top: 0;
    /*padding-bottom: 2rem;*/
    padding-bottom: 0;
    /*margin-bottom: 2rem;*/
    margin-bottom: 0;
}

.section .section-background-shape::after {
    content: '';
    transform: scaleX(-1);
    background-image: linear-gradient(205deg, rgba(0, 75, 135, 0.00) 0%, var(--eb-color-background-005) 100%);
    border-radius: 0 0 0 150px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    left: 0;
    z-index: -1;
}

.section .section-background-shape .content-top-container {
    margin-bottom: 0;
}

.section .breadcrumbs-container {
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .section {
        padding: 1.875rem 0;
    }
}

@media (max-width: 768px) {
    .section .section-background-shape::after {
        border-radius: 0 0 0 50px;
    }
}

@media (max-width: 639px) {
    .section {
        padding: 1.875rem 0;
    }
}