
.services-section h2 {
  /* text-align: center; */
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-size: 22pt;
  font-family: "Jost";
  text-transform: uppercase;
}

.services-section h3 {
  letter-spacing: 0;
  margin-bottom: 15px;
  /* text-align: center; */
  font-size: 20pt;
}

.services-section h4 {
  color: #000;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 10px;
}

.services-section p {
  color: #000;
}

.services-section img {
  margin: auto;
  display: block;
}

.services-section ul {
  margin-top: 5px;
  font-family: var(--secondary-font-family);
  font-weight: 100;
  font-size: 14px;
  list-style: circle;
  padding-left: inherit;
  margin-bottom: 15px;
}

.services-section {
}

.services-section li {
  font-size: 14pt;
  font-weight: 400;
  list-style: disc;
  color: inherit;
}

.cta {
  margin-bottom: 15px;
}

.wp-block-button__link {
  background: transparent;
}

.menu li {
  list-style: none;
}

tr td strong {
  font-weight: bold !important;
}

table {
  font-family: var(--secondary-font-family);
  font-weight: 200;
}

table th {
  padding-bottom: 20px;
  font-weight: 400;
}

td {
  padding: 20px;
}

.wp-block-table {
  margin: 50px auto;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--primary-text-color);
  color: #fff;
}

.add_to_cart_inline {
  color: white;
  display: flex;
  flex-direction: column;
  width: 140px;
}

.add_to_cart_inline span {
  margin-bottom: 10px;
}

bdi {
  font-size: 18pt;
}

.cta-white a.button {
  border: 1px white solid;
}

@media screen and (min-width: 601px) {
  h2 {
    font-size: 24pt;
    font-weight: 300;
  }

  table th {
    font-size: 20pt;
  }
}
