
.grid-item a{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
}

.grid-item a:hover{
    background:#ECECEC;
    border-radius: 6px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease-in-out;
}

h2.card__title {
    font-size: 2.3vh;
    margin: 0 0 10px;
}

.grid-item p {
     font-size: 2vh;
    color: black;
    margin: 0;
    padding: 0;
}

#card__text {
    margin: 10px 0;
    color: #86888A;
}




.filter-button-group {
      display: flex;
    justify-content: center;
    cursor: pointer;
}


.btn.btn-default {
  padding: 1rem 0;
  font-size: 3vh;
  border-radius: 0;
  padding: 2px 20px;
  margin: 0 20px;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default.is-checked {
  background-color: #6d7079;
  color: white;
  border: none;
  outline: none;

}