div.agree > ul > li:nth-child(2n+1) {  
  background:honeydew;
}

div.agree > ul > li:nth-child(2n) {  
  background:lavender;
}

div.agree > ul > li > h6{
    font-weight: bold;
}