.link-card {
  width: 280px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.link-card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .link-card {
    padding: 24px;
    gap: 20px;
  }
}
