.qa {
  display: grid;
  grid-template-columns: 2ic 1fr;
  gap: 0.5rem;
  @media (min-width: 1024px){
    gap: 2rem;
  }
}
.qa__label {
}
.qa__label.ans {
  color: #ef3c62;
}
.faq__link {
  color: var(--g-color--text);
}

.table-wrapper-course {
  display: block;
  width: 100%;
  overflow: scroll;
  overflow-x: scroll !important;
  margin-bottom: 50px;
  @media (min-width: 1024px) {
    display: block;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table-wrapper-course td,
.table-wrapper-course th {
  white-space: nowrap;
  border: 1px solid #ddd;
  font-size: 1rem;
  padding: 1rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  @media (min-width: 1024px){
    font-size: 1.8rem;
    padding: 2rem;
  }
}
.table-wrapper-course th:first-of-type {
  left: 0;
  z-index: 1;
}
.table-wrapper-course th.th_link {
  color: #fff;
}
.table-wrapper-course th.th_link.us {
  background-color: #1853a8;
}
.table-wrapper-course th.th_link.us2 {
  background-color: #173156;
}
.table-wrapper-course th.th_link.uk {
  background-color: #3c4450;
}
.table-wrapper-course th.th_link.au {
  background-color: #2aa3ae;
}
.table-wrapper-course th.th_link.my {
  background-color: #ef3c62;
}
.table-wrapper-course td img {
  margin: 0 auto;
}
.empha{
  font-weight:bold;
}
.col-wrap {
  margin-top: 1rem;
}