/* Variables */
.benchmark_section {
  padding: 1.875rem 0;
}
@media (min-width: 48rem) {
  .benchmark_section {
    padding: 3.75rem 0;
    border-top: 0.0625rem solid #a4a4a4;
  }
}
.benchmark_section__top_content h2 {
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .benchmark_section__row {
    padding: 1.875rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.875rem;
    position: relative;
    z-index: 1;
  }
  .benchmark_section__row:last-child {
    padding-bottom: 0;
  }
  .benchmark_section__row::after {
    position: absolute;
    content: "";
    display: block;
    width: 200vw;
    left: -75vw;
    height: 0.0625rem;
    bottom: 0;
    background: #a4a4a4;
  }
  .benchmark_section__row:last-child::after {
    display: none;
  }
}
@media (min-width: 48rem) {
  .benchmark_section__column {
    max-width: 31.875rem;
    flex-basis: 50%;
  }
}
@media (max-width: 47.9375rem) {
  .benchmark_section__column {
    padding: 1.875rem 0;
    position: relative;
    z-index: 1;
  }
  .benchmark_section__column::after {
    position: absolute;
    content: "";
    display: block;
    width: 200vw;
    left: -75vw;
    height: 0.0625rem;
    bottom: 0;
    background: #a4a4a4;
  }
}
.benchmark_section__column h4 {
  color: #d71f2d;
  margin-bottom: 0.5rem;
}
.benchmark_section__row:last-child .benchmark_section__column.right {
  padding-bottom: 0;
}
.benchmark_section__row:last-child .benchmark_section__column.right::after {
  display: none;
}/*# sourceMappingURL=benchmark_section.css.map */