.html-home_card_group .card:first-child {
  border-left: 0;
}

.html-home_card_group .card:last-child {
  border-right: 0;
}

.html-home_card_group .card {
  border-top: 0;
  border-bottom: 0;
  border-color: #979797;

  text-align: center;
  font-size: 14px;
}
.html-home_card_group .card .card-title {
  font-size: 14px;
}

.html-home_card_group .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .card-group {
    display: block;
  }

  .card-group .card {
    border-bottom: 1px solid #979797;
    padding-bottom: 3em !important;
  }
}
