.block-section {
}
.block-section::before,
.block-section::after {
    content: '';
    display: block;
    height: 1px;
}

.block-section::before {
    margin-bottom: 70px;
}
.block-section::after {
    margin-top: 90px;
}


.block-section--bg-circle {
    background-position: center top;
    background-image: url("circle-bg.webp");
    background-repeat: repeat-x;
}

.page-body__content > .block-section:last-child {
    margin-bottom: calc(-1 * var(--custom-theme-footer-margin-top));
}

@media screen and (max-width: 991px) {
    .block-section.has-bg-grey-background-color:has(+.block-section.has-bg-grey-background-color)::after  {
        display: none;
    }

    .block-section:has(.block-section__content > .block-image-slider:last-child)::after {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .block-section::before {
        margin-bottom: 50px;
    }
    .block-section::after {
        margin-top: 70px;
    }
}
