selector .elementor-image-box-wrapper:before { content: ''; background: #3b3e68; position: absolute; height: 100%; width: 90%; right: 5%; opacity: 0.5; border-radius: 10px; z-index: 2; bottom: -7px; } selector .elementor-image-box-wrapper:after { content: ''; background: #3b3e68; position: absolute; height: 100%; width: 80%; right: 10%; opacity: 0.5; border-radius: 10px; z-index: 1; bottom: -14px; } selector .elementor-image-box-img,.elementor-image-box-content { position: relative; z-index: 3; }