@media only screen and (min-width: 820px) {
  .section-vs-table {
    margin: 30px 0px;
    padding: 0 15px; }
    .section-vs-table .vs-tables-head {
      width: 100%;
      max-width: 790px;
      margin: 0 auto; }
    .section-vs-table .vs-tables-head h3 {
      text-align: left;
      font-size: 35px;
      line-height: 53px;
      color: #1e1d1c; }
    .section-vs-table .vs-tables-head p {
      text-align: left;
      font-size: 16px;
      line-height: 28px;
      color: #262626;
      margin: 30px 0px; }
    .section-vs-table .vs-table-desktop {
      width: 100%;
      max-width: 790px;
      margin: 0 auto; }
    .section-vs-table .comparison-table-header {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff7e1;
      font-size: 16px;
      font-weight: 700;
      line-height: 25px;
      letter-spacing: 0em;
      padding: 11px 20px; }
    .section-vs-table .comparison-table-header span {
      display: flex;
      justify-content: center;
      text-align: center;
      width: 40%;
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      letter-spacing: 0em;
      color: 262626; }
    .section-vs-table .comparison-table-header .vs-splitter {
      width: 34px;
      height: 34px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      font-size: 12px;
      font-weight: 700;
      line-height: 19px;
      letter-spacing: 0em;
      color: #262626;
      background-color: white;
      text-align: center; }
    .section-vs-table .comparison-table-content {
      box-sizing: border-box; }
    .section-vs-table .comparison-table-content .comparison-table-content-row {
      box-shadow: inset 0px -1px 0px #e4e4e4;
      display: flex; }
    .section-vs-table .comparison-table-content .comparison-table-content-row span {
      padding: 10px 36px 10px 30px;
      width: 50%;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0em;
      color: #262626;
      display: flex; }
    .section-vs-table .comparison-table-content .comparison-table-content-row span .icon-wrap {
      margin-right: 11px;
      padding-top: 3px; }
    .section-vs-table .vs-table-mobile {
      display: none; } }
@media only screen and (max-width: 819px) {
  .section-vs-table {
    margin: 30px 0px;
    padding: 0 15px; }
    .section-vs-table .vs-table-desktop {
      display: none; }
    .section-vs-table .vs-tables-head {
      width: auto;
      max-width: 100%;
      margin: 0px 15px; }
    .section-vs-table .vs-tables-head h3 {
      text-align: left;
      font-size: 35px;
      line-height: 53px;
      color: #1e1d1c; }
    .section-vs-table .vs-tables-head p {
      text-align: left;
      font-size: 16px;
      line-height: 28px;
      color: #262626;
      margin: 30px 0px; }
    .section-vs-table .vs-table-desktop {
      width: 100%;
      max-width: 790px;
      margin: 0 auto; }
    .section-vs-table .comparison-table-header {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff7e1;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      font-size: 16px;
      font-weight: 700;
      line-height: 25px;
      letter-spacing: 0em;
      padding: 14px 20px; }
    .section-vs-table .comparison-table-header span {
      display: flex;
      justify-content: center;
      text-align: center;
      width: 100%;
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      letter-spacing: 0em;
      color: 262626; }
    .section-vs-table .comparison-table-header .vs-splitter {
      width: 34px;
      height: 34px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      font-size: 12px;
      font-weight: 700;
      line-height: 19px;
      letter-spacing: 0em;
      color: #262626;
      border: 1px solid #262626;
      background-color: white;
      text-align: center; }
    .section-vs-table .comparison-table-content {
      box-sizing: border-box; }
    .section-vs-table .comparison-table-content .comparison-table-content-row {
      box-shadow: inset 0px -1px 0px #e4e4e4;
      display: flex; }
    .section-vs-table .comparison-table-content .comparison-table-content-row span {
      padding: 10px 36px 10px 30px;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0em;
      color: #262626;
      display: flex; }
    .section-vs-table .comparison-table-content .comparison-table-content-row span .icon-wrap {
      margin-right: 11px;
      padding-top: 3px; }
    .section-vs-table .vs-table-mobile {
      margin: 0px 15px; }
    .section-vs-table .vs-header {
      background-color: white; } }
