.price-table {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .price-table {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.price-table__content-desktop {
  display: none;
}

@media screen and (min-width: 576px) {
  .price-table__content-desktop {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .price-table__content-mobile {
    display: none;
  }
}

.price-table__table {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33em;
  letter-spacing: 0.28px;
}

.price-table__table thead th {
  border-bottom: 2px solid #00a5e5;
}

@media screen and (max-width: 575.98px) {
  .price-table__table thead th {
    border-top: 2px solid #00a5e5;
    background-color: rgba(1, 157, 217, 0.05);
  }
}

.price-table__table th {
  padding: 13px 13px 13px 0;
  font-weight: 400;
  border-top: none;
  color: #2a3044;
}

@media screen and (max-width: 575.98px) {
  .price-table__table th {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }
}

.price-table__table tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.price-table__table tbody tr:nth-of-type(even) {
  background-color: rgba(1, 157, 217, 0.05);
}

.price-table__table td {
  padding: 13px 13px 13px 0;
  color: #1e3067;
  border-bottom: 1px solid #dce2ea;
}

.price-table__list-item {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.15em;
  letter-spacing: 0.21px;
  color: #7a899c;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .price-table__list-item {
    margin-bottom: 5px;
    text-align: left;
  }
}
