html {
  scroll-padding-top: 50px;
}

#plataformas .card {
  height: 100%;
  display: flex;
}

#plataformas .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#plataformas .card-text {
  overflow: visible !important;
  word-break: break-word;
}

/* #plataformas .card img {
  max-height: 110px;
  object-fit: contain;
  margin: 0 auto;
} */

#servicios .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#servicios .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#servicios .card-text {
  overflow: visible !important;
  word-break: break-word;
}