@media (max-width: 1024px) {
  .resume-table,
  .resume-table thead,
  .resume-table tbody,
  .resume-table tr {
    display: block;
    width: 100%;
  }
  
  .resume-table thead {
    display: none;
  }
  
  .resume-table tr {
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  }

  .resume-table th {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--color-border);
  }

  .resume-table td {
    display: block;
    width: 100%;
    text-align: justify;
  }
}
