.compare-features {
  width: 1200px;
  margin: 23px auto 0;
}

.compare-features tr {
  height: 40px;
}

.compare-features thead tr th.first-child {
  text-align: left;
  padding-left: 19px;
}

.compare-features thead tr td {
  text-align: center;
  border-right: 1px solid #E6E6E6;
}

.compare-features thead tr td h3 {
  margin: 0;
  font-size: 16px;
}

.compare-features thead tr td span {
  font-size: 14px;
  color: #979797;
}

.compare-features thead tr td:last-child {
  color: #07be8b;
  border-right: 0;
}

.compare-features tbody td {
  font-size: 16px;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  width: 240px;
}

.compare-features tbody td.first-child {
  text-align: left;
  width: 480px;
  padding-left: 19px;
}

.compare-features tbody td:last-child {
  border-right: none;
}

.compare-features tbody td img {
  width: 16px;
  height: 16px;
}

.compare-features tbody .red {
  color: #EE705C;
  font-size: 16px;
}

.compare-features tbody .green {
  font-size: 16px;
  color: #07BE8B;
}

@media (max-width:767px) {
  .compare-features {
      table-layout: fixed;
      width: 100%;
      overflow: hidden;
  }
  .compare-features tbody td.first-child {
      overflow-y: scroll;
  }
  .compare-features div{
      width: 70px!important;
      overflow-y: scroll;
  }
  
}