.page-template-template-case-results #page-container {
  padding-bottom: 0;
}
.page-template-template-case-results #page-container .page-container-inner .main-content:first-child {
  font-family: var(--font1);
  font-size: 2rem;
  line-height: 2;
  color: var(--text);
  font-weight: var(--light);
  margin-bottom: 0rem;
}
.page-template-template-case-results #page-container .page-container-inner .main-content:first-child strong {
  font-weight: 700;
}

.results-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.results-grid li {
  margin-bottom: 60px;
}

.results-grid li .amount {
  margin-bottom: 20px;
  display: block;
  color: #000;
  font-family: var(--font1);
  font-size: 8rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .results-grid li .amount {
    font-size: 6.5rem;
  }
}

.results-grid li .type {
  font-size: 3rem;
  line-height: 3.6rem;
  color: var(--secondaryColor);
  font-family: var(--font1);
  font-weight: 600;
  margin-bottom: 20px;
}

.results-grid li .description {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: var(--font1);
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .results-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .results-grid li {
    flex: 0 0 48%;
    margin-bottom: 100px;
  }
  .results-grid li:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=template-case-results.css.map */