.comparison-table {
  padding-top: 30px; }
  .comparison-table .title {
    padding: 20px 30px; }
  .comparison-table .text {
    width: 50%;
    border-radius: 20px; }
    .comparison-table .text ul {
      margin-bottom: 0;
      padding-left: 0; }
      .comparison-table .text ul li {
        height: 84px;
        align-items: center;
        font-weight: 700;
        font-size: 18rem;
        padding: 0px 30px;
        padding-left: 91px;
        border-bottom: 1px solid #f4f4f4; }
        .comparison-table .text ul li:before {
          background-image: url("/img/compare-checkbox.svg");
          background-color: transparent;
          border-radius: 0;
          margin-left: 30px;
          margin-top: 0px;
          width: 43px;
          height: 39px;
          margin-top: 0;
          background-size: 100%;
          background-repeat: no-repeat; }
        .comparison-table .text ul li:last-child {
          border: none; }
  .comparison-table .text2 img {
    width: 17px; }
    .comparison-table .text2 img.check {
      width: 34px; }
  .comparison-table .text2 ul li {
    border-color: #ab90f4;
    font-weight: 400;
    padding: 0;
    color: var(--element1-color);
    justify-content: center; }
    .comparison-table .text2 ul li:before {
      display: none; }
  .comparison-table .text2 .title h3 {
    color: var(--element1-color); }
  .comparison-table .text1 {
    box-shadow: -7px 5px 19px #00000061; }
    .comparison-table .text1 * {
      color: var(--primary-text); }
  .comparison-table .title {
    border-bottom: 1px solid #cecece; }
    .comparison-table .title h3 {
      text-align: center; }
  .comparison-table .wrapper {
    width: 865px;
    max-width: 100%;
    margin: 0 auto; }

@media (max-width: 575.5px) {
  .comparison-table .title {
    padding: 12px 12px; }
  .comparison-table .text {
    width: 25%; }
    .comparison-table .text.text1 {
      width: 75%; }
    .comparison-table .text.text2 img.check {
      width: 27px; }
    .comparison-table .text.text2 ul li {
      padding: 0; }
  .comparison-table .text ul li {
    height: 95px;
    padding: 0px 12px;
    padding-left: 50px;
    height: 90px; }
    .comparison-table .text ul li:before {
      width: 35px;
      height: 32px;
      margin-left: 5px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .comparison-table .text {
    width: 35%; }
    .comparison-table .text.text1 {
      width: 65%; }
  .comparison-table .text ul li {
    height: 95px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .comparison-table .text ul li {
    height: 95px; } }

/*# sourceMappingURL=comparison_table.css.map */
