.services-image { 
    position: relative; 
    box-shadow: 30px 30px 30px rgba(0,0,0, 0.2); 
} 

.services-image:before { 
    position: absolute; 
    left: 30rem; 
    bottom: -30rem; 
    background: url(./img/bg-white.svg); 
    background-repeat: repeat; 
    width: 100%; 
    height: 100%; 
    content: ''; 
    z-index: -1; 
}

.gb-servicesheader li {
    font-size: 16rem;
}