.start-page_cards .row {
  align-items: center;
}

.start-page_cards .col {
  flex-basis: unset;
  min-height: 120px;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .start-page_cards .col {
  flex-basis: unset;
  min-height: auto;
  justify-content: flex-start;
}
}
