.curriculum-card-wrapper{
  height: 5.5rem;
}

img.img-professionista {
  width: 100%;
  height: 250px;
  object-fit: cover;
  
  @media (min-width: 991.98px) {
    max-width: 250px;
  }
}

.font-size-24 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
}

.card .card-body .card-text p {
  font-size: 1rem;
}