body { 
    font-family: 'Nunito', 
    sans-serif; 
}

.hero { 
    background: url('https://source.unsplash.com/1600x900/?insurance') no-repeat center center/cover; 
    padding: 150px 20px; 
    text-align: center; 
}

.service { 
    background: #f4f4f4; 
    padding: 20px; 
    border-radius: 10px; 
    text-align: center; 
}

img {
    width: 99.2vw;
    position: absolute;
    z-index: -1;
    filter: opacity(50%);
}