@media (max-width: 1024px) {
.home-header::after {
content: '';
height: 7.8vw;
width: 100%;
background-image: url(//boost-it-solutions.nl/wp-content/plugins/elementor-echttoir/assets/images/home-white-wave.svg);
background-repeat: no-repeat;
position: absolute;
bottom: -2px;
left: 0;
z-index: 3;
}
}    body.home .elementor-section-wrap > section {
z-index: 3;
}
section.home-categories .elementor-row {
z-index: 5;
}
.lawyer-block .bg-wrapper .bg-white::after {
content: '';
width: 5em;
height: 100%;
position: absolute;
top: 0;
right: -4em;
background-image: url(//boost-it-solutions.nl/wp-content/plugins/elementor-echttoir/assets/images/white-flow-lawyer.svg);
background-repeat: no-repeat;
}
div.dashboard-content::after {
content: '';
height: 100%;
width: calc(100% - 250px);
position: fixed;
bottom: 0;
right: 0;
background-image: url(//boost-it-solutions.nl/wp-content/plugins/elementor-echttoir/assets/images/background_dashboard_blur.svg);
background-repeat: no-repeat;
background-size: 100%;
background-position: bottom;
opacity: 0.17;
}