.busComfort .card {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.busComfort .text-caption-regular p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 768px) {
  .busComfort .card {
    border-radius: 4px;
    min-height: 120px;
  }
}
