.mx3006-compare {
  padding: 72px 24px 82px;
  background: #fbfaf5;
  color: #12141c;
}

.mx3006-compare * { box-sizing: border-box; }

.mx3006-compare h2 {
  max-width: 660px;
  margin: 0 auto 46px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.mx3006-compare__table {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 172px 172px;
  gap: 14px;
  width: min(1040px, 100%);
  margin: 0 auto;
}

.mx3006-compare__features,
.mx3006-compare__column {
  display: grid;
  grid-template-rows: 142px repeat(5, 74px);
}

.mx3006-compare__features p {
  display: flex;
  margin: 0;
  padding-right: 22px;
  align-items: center;
  border-bottom: 2px solid #f2d342;
  font-size: 12px;
  font-weight: 800;
}

.mx3006-compare__column {
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
}

.mx3006-compare__column > span {
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 20px;
  font-weight: 900;
}

.mx3006-compare__column--brand { background: #171715; color: #f8f3dc; }
.mx3006-compare__column--brand > span { color: #f4c21d; }
.mx3006-compare__column--brand > span::first-letter,
.mx3006-compare__column--other > span::first-letter { border-radius: 50%; }
.mx3006-compare__column--other { border: 1px solid #eee9dd; background: #fff; color: #cfcfcf; }

.mx3006-compare__brand-logo,
.mx3006-compare__other-head {
  display: flex;
  padding: 18px;
  align-items: center;
  justify-content: center;
}

.mx3006-compare__brand-logo img { max-width: 125px; height: auto; }
.mx3006-compare__other-head { flex-direction: column; gap: 5px; color: #242424; font-size: 12px; }
.mx3006-compare__other-image { width: 42px; height: 78px; }
.mx3006-compare__other-image img { width: 100%; height: 100%; object-fit: contain; }

@media (max-width: 749px) {
  .mx3006-compare { padding: 54px 14px 64px; }
  .mx3006-compare h2 { margin-bottom: 34px; font-size: 28px; }
  .mx3006-compare__table { grid-template-columns: minmax(0, 1fr) 66px 66px; gap: 6px; }
  .mx3006-compare__features,
  .mx3006-compare__column { grid-template-rows: 96px repeat(5, 72px); }
  .mx3006-compare__features p { padding-right: 8px; font-size: 9px; line-height: 1.25; }
  .mx3006-compare__brand-logo { padding: 8px; }
  .mx3006-compare__brand-logo img { max-width: 52px; }
  .mx3006-compare__other-head { padding: 5px; font-size: 8px; }
  .mx3006-compare__other-image { width: 25px; height: 48px; }
}
