/* Grey section behind news slider */
.page-template-default.home .news-slider-block {
    padding-bottom: var(--wp--custom--spacing--10-rem);
    margin-bottom: calc(var(--wp--custom--spacing--8-rem) * -1);
    z-index: 0;
}

.page-template-default.home .news-slider-block::after {
    content: "";
    position: absolute;
    background: var(--wp--preset--color--grey-95);
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
}
