.card-block .card {
  border-radius: 6px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  min-height: 280px;
}

.card .card-icon-container {
  height: 60px;
  width: 60px;
}

.card a.caret:after {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/442271/2022%20MioDottore%20corporate/Icons/caret-right-white.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 15px;
    position: absolute;
    margin: 15px 9px;
    width: 15px;
    transition: all 0.25s ease-in-out 0s;
    top: -9px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
