  p:nth-of-type(2n) {
  	  	transform: rotate(45deg)  !important;
  }


  p:nth-of-type(2n+1) {
  	  	transform: rotate(-90deg)  !important;
  }

  li:nth-of-type(2n+1) {
  	  	transform: rotate(135deg)  !important;
  }

  a {
  }

  *:nth-child(4n-1) {
  }

  p, span {

  }

  img {
    /* max-width: 100%; */
  }
