.race_distance {
    position: relative;
  background: #23402c;
  color: #fff;
  padding: 100px 0 50px;
}

.race_distance .race_bg_distance {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.race_distance .race_bg_distance img {
  width: 100%;
}

.race_distance h2 {
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.race_distance .race_type {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.race_distance .race_details_item {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
}

.race_distance .race_details_item h3 {
  position: relative;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
}

.race_distance .race_details_item h3:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.race_distance .race_details_item p {
  line-height: 2.5;
}

.race_distance .race_details_item p strong {
  font-weight: 700;
}

.race_distance .race_details_item .race_map {
  width: 100%;
  border: 3px solid green;
  border-radius: 8px;
  overflow: hidden;
}

.race_distance .race_details_item img {
  max-width: 100%;
}

.race_distance table.race_inventory {
  width: 100%;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

.race_distance table.race_inventory th {
  background: #389757;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  border: 1px solid #fff;
}

.race_distance table.race_inventory td {
  color: #23402c;
  background: #c3c4c5;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 0 12px;
}

.race_distance table.race_inventory td:nth-child(2) {
  text-align: left;
}