.concept-picker__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.concept-card__media {
  height: 420px;
}

.concept-card--c .concept-card__media img {
  object-position: center 50%;
}

.concept-card--c .concept-card__body h2 {
  font-family: "Gowun Dodum", sans-serif;
}

.concept-card__body {
  min-height: 164px;
  padding: 24px 22px;
}

.concept-card__body h2 {
  font-size: 24px;
}

.comparison-table {
  min-width: 820px;
}

.comparison-table tbody th {
  width: 21%;
}

@media (max-width: 980px) {
  .concept-picker__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .concept-picker__grid {
    grid-template-columns: 1fr;
  }

  .concept-card__media {
    height: 430px;
  }
}

@media (max-width: 520px) {
  .concept-card__media {
    height: 360px;
  }

  .comparison-table {
    min-width: 620px;
    table-layout: fixed;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 8px;
    font-size: 11px;
  }

  .comparison-table thead th {
    font-size: 10px;
  }

  .comparison-table tbody th {
    width: 22%;
  }

  .comparison-table-wrap {
    -webkit-overflow-scrolling: touch;
  }
}
