@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 781px){
#contents .about .aboutBlock li{
  width: 32%;
}
#contents .about .aboutBlock li:nth-child(2){
  margin: 0 2%;
}
#contents .about .aboutBlock li:last-child{
  margin-left: 0%;
}
}