.tdq-home-exams-section{background:#fff}
.tdq-home-exams-heading{margin-bottom:24px}
.tdq-home-exam-groups{display:grid;gap:44px}
.tdq-home-exam-group{min-width:0}
.tdq-home-exam-group__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--gdl-border)}
.tdq-home-exam-group__head h3{margin:0;font-size:clamp(21px,2vw,28px);color:var(--gdl-ink)}
.tdq-home-exam-group__head a{flex:0 0 auto;font-weight:600;text-decoration:none;color:var(--gdl-green-dark)}
.tdq-home-exam-grid{align-items:stretch}
.tdq-home-exam-grid .document-card{height:100%}
@media(max-width:640px){
  .tdq-home-exam-groups{gap:34px}
  .tdq-home-exam-group__head{align-items:flex-start}
  .tdq-home-exam-group__head h3{font-size:21px}
}
