.grid_content_html_Three_circles:hover,
.grid_content_html_Three_circles:focus {
  outline: none;
  color: #999; }

.grid_content_html_Three_circles {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.grid_content_html_Three_circles:hover p::before,
.grid_content_html_Three_circles:focus p::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff; }

.grid_content_html_Three_circles p::before {
  position: absolute;
  top: 70%;
  left: 50%;
  color: transparent;
  content: "\0387";
  text-shadow: 0 0 transparent;
  font-size: 2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none; }

/*# sourceMappingURL=Three_circles.css.map */
