.tech-card {
  display: flex;
  margin-bottom: 24px !important;
  height: auto !important;
  flex-direction: row;
}
.tech-card-img {
  max-width: 160px !important;
  height: 160px;
  object-fit: cover;
}
p.card-short-desc {
  /* font-size: 0.875rem; */
  font-size: 15px;
}
p.text-muted {
  font-size: 12px;
  margin-bottom: 4px !important;
}

@media (max-width: 767.98px) {
  .tech-card {
    flex-direction: column;
  }
  .tech-card-img {
    width: 100% !important;
  }
}
