.comparison-wrap {
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid #d4e1e7;
  border-radius: 16px;
  background: #fff;
}
.comparison {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}
.comparison th,
.comparison td {
  padding: 16px;
  border-bottom: 1px solid #d4e1e7;
  vertical-align: top;
}
.comparison thead th {
  background: #e9f5f6;
  font-size: 15px;
}
.comparison tbody th {
  width: 30%;
}
.comparison tr:last-child th,
.comparison tr:last-child td {
  border-bottom: 0;
}
.source-list a {
  color: inherit;
}
@media (max-width: 760px) {
  .comparison-wrap {
    border-radius: 10px;
  }
}
