#resources {
  padding: 50px 0; }
  #resources div {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center; }
    #resources div:nth-of-type(3n) {
      margin-right: 0; }
    #resources div .button {
      display: block;
      background: #e4e4e4;
      color: #333;
      text-transform: none;
      text-align: left;
      transition: all 0.3s ease; }
      #resources div .button:hover {
        background: #3a9ad9;
        color: white; }
