.content-layout,
.article {
  min-width: 0;
}

.comparison-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 24px 0 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.45;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.comparison-table thead th {
  background: var(--deep);
  color: #fff;
  font-size: 15px;
}

.comparison-table tbody th {
  width: 25%;
  background: var(--mint);
  color: var(--green-dark);
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.source-note {
  margin: 26px 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f7fbf9;
  color: var(--muted);
}

.source-note p:last-child {
  margin-bottom: 0;
}

.faq-section h3 {
  padding-top: 8px;
  color: var(--green-dark);
}
