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

.text-split.orange h2,
.text-split.orange h3,
.text-split.orange p {
    color:#fff;
}