.container-home {
  margin: auto;
}
.container-home > .row {
  justify-content: center;
}
.container-home > .row .card {
  cursor: pointer;
  border-radius: 20px !important;
}

.container-home > .row .card:hover .card-header {
  background-color: #494747;
  transition: 0.3s all ease-in-out;
}
.container-home > .row .card .card-header {
  transition: 0.3s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
}
.container-home > .row .card .card-header > i {
  font-size: 8rem;
  margin: auto;
  color: #fff;
}
.container-home > .row .card .card-body {
  /* padding-top: 0; */
}
.container-home > .row .card .card-body .card-title {
  margin-top: 0;
}
.container-home > .row .card .card-body .card-text {
  text-align: center;
}
