.eye {
  color: #00adb5;
  cursor: pointer;
}

.eye:hover {
  opacity: 0.8;
}


/* Tablet */
@media(min-width: 768px){

  .consider {
    margin-bottom: 20px;
  }

}

/* Desktop */
@media(min-width:992px){

  .consider {
    margin-bottom: 100px;
  }

}

/* Large Desktop */
@media(min-width:1200px){

  .consider {
    margin-bottom: 150px;
  }

}