Hi there,
Please remove the class down-arrow from section and add it to first container, then update your code to :
.x-container.down-arrow:before {
content: "";
display: block;
position: relative;
left: 50%;
bottom: 0;
width: 0;
height: 0;
margin-left: -50px;
border-width: 50px;
border-style: solid;
border-color: #F36F21 transparent transparent;
}
Hope it helps.