@media screen and (min-width: 960px) {
  /* PC */
  /* ----------  ---------- */
  .website-dev__pricing-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .website-dev__pricing-table th, 
  .website-dev__pricing-table td {
    padding: 0.525rem;
    vertical-align: middle;
  }

  .website-dev__pricing-table th:nth-of-type(1), 
  .website-dev__pricing-table td:nth-of-type(1) {
    width: 23.5%;
  }
  .website-dev__pricing-table th:nth-of-type(2), 
  .website-dev__pricing-table td:nth-of-type(2) {
    width: 21.5%;
  }
  .website-dev__pricing-table th:nth-of-type(3), 
  .website-dev__pricing-table td:nth-of-type(3) {
    width: 55%;
  }

  .website-dev__pricing-table thead {
  }

  .website-dev__pricing-table thead th {
    background-color: #eeeeee;
    font-weight: bold;

    text-align: left;
  }

  .website-dev__pricing-table tbody {
  }

  .website-dev__pricing-table tbody tr {
    border-bottom: 1px solid rgb(89 88 87 / 0.325);
  }

}

@media screen and (max-width: 959px) {
  /* Tablet and Mobile */
  /* ----------  ---------- */
  .website-dev__pricing-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .website-dev__pricing-table th, 
  .website-dev__pricing-table td {
    padding: 0.225rem;
    vertical-align: middle;

    font-size: 0.825rem;
    overflow-wrap: break-word;
  }

  .website-dev__pricing-table th:nth-of-type(1), 
  .website-dev__pricing-table td:nth-of-type(1) {
    width: 25%;
  }
  .website-dev__pricing-table th:nth-of-type(2), 
  .website-dev__pricing-table td:nth-of-type(2) {
    width: 25%;
  }
  .website-dev__pricing-table th:nth-of-type(3), 
  .website-dev__pricing-table td:nth-of-type(3) {
    width: 50%;
  }

  .website-dev__pricing-table thead {
  }

  .website-dev__pricing-table thead th {
    background-color: #eeeeee;
    font-weight: bold;

    text-align: left;
  }

  .website-dev__pricing-table tbody {
  }

  .website-dev__pricing-table tbody tr {
    border-bottom: 1px solid rgb(89 88 87 / 0.325);
  }
}
