/**
 * Trombinoscope Item
 */

.trombinoscope-item {
  background-color: var(--color-primary-xlight);
  border-radius: 5px;
  color: var(--color-neutral-dark);
  padding: 2rem;
  margin: 0.5rem auto;
  height: 100%;
  max-width: 310px;
}
.trombinoscope-item__text {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.trombinoscope-item__text p{
  margin: 0;
  line-height: normal;
}
