.layout-four_image_grid_with_title_paragraph .img-container a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #304536 0%, #304536 34%, #304536 68%, #304536 100%);
    opacity: 0.4;
    z-index: 1;
}
.layout-four_image_grid_with_title_paragraph .img-container h4 {
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
