#category .section-highlight {
margin: 5em auto 0;
padding: 6.4em 0 3em;
position: relative;
width: 100%;
background: #95cb23;
text-align: center;
}

#category .section-highlight .left {
float: left;
width: 70%;
}

#category .section-highlight .image {
position: absolute;
bottom: 0;
right: 15%;
width: 25%;
max-width: 250px;
}

#category .section-highlight.contact .image {
right: 30%;
}

#category .section-highlight::before {
margin-left: -240px;
content: "";
position: absolute;
top: 0%;
border-top: 50px solid #fff;
border-right: 240px solid transparent;
border-left: 240px solid transparent;
}

#category .section-highlight p.copy {
font-size: 2.9em;
color: #fff;
line-height: 1.2;
}

#category .section-highlight .message {
padding: 1.8em;
background: #fff;
border-radius: 10px;
}

#category .section-highlight .campaign {
margin-bottom: 1em;
display: inline-block;
border-bottom: 4px double #fff;
font-size: 1.5em;
color: #fff;
}