    .equiv {
      color: #000;
      transition: color 0.3s ease;
      font-size: 30px;
	  	font-weight: bold;
      cursor: pointer;
    }

    .equiv:hover {
      color: #9D8B47;
    }