.row.g-3 > [class*="col-"] {
  display: flex;
}

.card.shadow.border-0 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 260px; 
  max-height: 350px;  
  margin-top: 8px;     
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.card-body .icon-xl,
.card-body i.fas.fa-list {
  width: 100px;
  height: 100px;
  font-size: 3.5rem !important;
  margin-bottom: 0.75rem;
  object-fit: contain;
}

.card-body h5 {
  margin: 0.25rem 0;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.card-body p {
  margin: 0.25rem 0 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  flex-shrink: 0;
}

.prosegui{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}


