.features {
  width: 80%;
  padding-bottom: 4.4rem;
  margin: 0 auto;
}

.features-comparison {
}

table {
  width: 90%;
  margin-top: 1rem;
  font-size: 1.8rem;
  border-collapse: collapse;
}

thead th {
  width: 25%;
  font-size: 2.4rem;
}

td,
th {
  padding: 1.6rem 2.4rem;
}

td {
  font-size: 2.4rem;
  text-align: center;
}

tbody tr:nth-child(even) {
  background-color: #ccf2fc;
}

tbody tr:nth-child(odd) {
  background-color: #b3ecfb;
}

.pricing-container {
}

.blank {
}

.check {
  font-size: 4rem;
}
