.feature-text-margin {
  margin-top: 20px;
  text-align: left;
}

.feature-card {
  display: flex;
  flex-direction: column;
}

.feature-card-img-container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card img {
  width: auto !important;
  max-height: 80px;
  max-width: 100%;
}

.features-icons .feature-card h3 {
  min-height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.features-icons .feature-card h3.feature-card-min-height-small  {
  min-height: 0.5em;
}

.features-icons p, 
.features-icons .text-start {
  line-height: 1.6;
}

@media (max-width: 991px) {
  .features-icons .col-md-4:not(:last-child) {
    margin-bottom: 5rem;
  }
}