section:nth-child(odd){
  margin:0 120px 0 240px;
  border-left: 5px solid #ffda94;
}

section:nth-child(even){
  margin:0 100px 0 250px;
  border-right: 5px solid #ffda94;
}