#ruby .is-boxes .is-box-4:nth-child(odd){
  background-color:rgb(3, 25, 60) ;
}
#ruby .is-boxes .is-box-4:nth-child(even){
  background-color:rgb(234, 234, 234) ;
}
#ruby .is-boxes .is-box-4:nth-child(even) .title , #ruby .is-boxes .is-box-4:nth-child(even) p{
  color: black;
}