.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.h-custom {
  height: calc(100% - 73px);
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}
.container h2 {
  font-weight: bold;
}

.btn {
  font-size: 1.2rem;
}
input[type="radio"].btn-check:checked + .card {
  border: 2px solid #0d6efd;
  background-color: #e7f1ff;
}
.card {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.card:hover {
  transform: scale(1.02);
}
