/* Comparison section, exact geometry and surfaces from Figma node 292:23494. */
.comparison {
  padding-top: 0;
  background: #fcfaf4;
  border: 1px solid #e9eaeb;
}

.comparison > .center-heading {
  height: 396px;
  margin: -1px 46px 0;
  padding-top: 94px;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
}

.comparison > .center-heading h2 {
  margin-top: 16px;
}

.comparison-wrap {
  height: 577px;
  margin: 0 46px;
  overflow: hidden;
  border: 1px solid #e9eaeb;
}

.comparison table {
  width: 100%;
  height: 576px;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fcfaf4;
}

.comparison tr,
.comparison th,
.comparison td {
  height: 64px;
}

.comparison thead th {
  line-height: 0;
}

.comparison th,
.comparison td {
  padding: 0 24px;
  border-bottom: 1px solid #e9eaeb;
  background: #fcfaf4;
  color: #717680;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.comparison th:first-child,
.comparison td:first-child {
  width: 17.1%;
  color: #181d27;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.comparison .keen-col {
  background: #faf6ec;
}

.comparison thead .keen-col {
  padding-top: 0;
}

.comparison thead .keen-col img {
  display: block;
  width: 124px;
  height: 30px;
  max-width: none;
  margin: 0 auto 2px;
  object-fit: cover;
}

.comparison thead .keen-col span {
  display: inline-flex;
  height: 22px;
  align-items: center;
  padding: 2px 6px;
  border-radius: 4px;
  background: #fdd9c2;
  color: #be4a06;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.comparison th:not(:first-child):not(.keen-col) {
  padding-right: 24px;
  padding-left: 0;
}

.comparison th:not(:first-child):not(.keen-col) img:not(.comparison-icon) {
  display: block;
  width: 201px;
  height: 64px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.comparison .keen-col .comparison-icon,
.comparison .comparison-icon {
  display: block;
  width: 24px;
  height: 24px;
  max-width: none;
  margin: 0 auto;
}

.comparison .table-button {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 6px;
  background: #0f2040;
  color: #f5f6fa;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 760px) {
  .comparison > .center-heading {
    height: auto;
    margin: 0 20px;
    padding: 72px 20px;
  }

  .comparison-wrap {
    height: auto;
    margin: 0 20px;
    overflow-x: auto;
  }

  .comparison table {
    min-width: 1630px;
  }
}
