.get-quote {
    background: url(../assets/images/get-quote.jpg) no-repeat 0 0 / cover;
    text-align: center;
    position: relative;
    z-index: 1;
}

.get-quote::before {
    background: #000000;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}    