.text-image-background {
	background: #F6F6F6;
}

.text-image-background .wrap {
    padding: 30px 0;
}
	
.text-image-background	span {
		color: #E95214;
}

.text-image-background .left,
.text-image-background .center {
	position:relative;
	overflow:hidden;
}

.text-image-background h2 {
    color: #E95214;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 600px;
    margin-bottom: 40px;
}

.text-image-background .left:before {
    content: "";
    position: absolute;
    left: -25%;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../images/pattern-orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.text-image-background .center:before {
    content: "";
    position: absolute;
    left: 25%;
    top: -25%;
    bottom: 0;
    width: 100%;
    background-image: url(../images/pattern-orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    width: 100%;
}