@media (min-width: 300px) {
  .column-card {
    box-shadow: 3px 0px 8px 0px var(--bs-gray);
    margin-top: 32px;
    max-width: 100%;
    background: rgba(108,117,125,0.08);
    border-radius: 16px;
  }
}

@media (min-width: 768px) {
  .column-card {
    box-shadow: 3px 0px 8px 0px var(--bs-gray);
    margin-top: 32px;
    background: rgba(108,117,125,0.08);
    border-radius: 16px;
  }
}

.link-nav {
  font-family: Roboto, sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

