.wrapper-data-race {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
}

.main-description {
  position: relative;
  flex: 0 0 500px;
  width: 100%;
  overflow: hidden;
  max-width: 550px;
  /* padding-top: 20px; */
  padding-right: 20px;
}
.btnCTA2 {
  position: absolute;
  top: 1%;
  left: 40%;
  padding: 8px 20px;
}
.title-intro {
  color: rgb(0, 114, 188);
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 8px;
}
.text-intro {
  color: #62799b;
  margin: 8px 0;
}
.text-intro a {
  font-weight: 700;
  color: #0275bd;
}

.datarace {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 550px;
  min-width: 300px;
}
.datarace-first {
  display: grid;
  gap: 1rem;
  grid-template-row: repeat(2, 1fr);
}
.stas-money {
  color: #fcde00;
  /* background-color: #4FCEDC; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  /* border: 4px solid #fff;  */
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}
.stas-runner {
  color: #00a9e0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #00a9e0;
  padding: 0.5rem 0.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}
.card-dashboard {
  background: linear-gradient(135deg, #FFDD00 0%, #FFA500 100%);
  border: 3px solid #0071BD;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(255, 221, 0, 0.3);
}
.card-dashboard.stas-money {
  background: #25974a;
}
.card-dashboard .info {
  text-align: right;
}
.key-number {
  font-weight: 700;
  font-size: 34px;
  line-height: 125%;
}
.second-number {
  font-size: 18px;
}
.key-number.green {
  color: #25974a;
}
.key-title-2 {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .datarace {
    width: 100%;
    max-width: 550px;
  }
  .wrapper-data-race {
    flex-direction: column;
    align-items: center;
  }
  .text-42 {
    font-size: 36px;
  }
  .main-description {
    padding-top: 5px;
    padding-right: 0px;
    flex: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: -20px;
  }
  .btnCTA2 {
    bottom: 0;
    left: 0;
    position: relative;
    margin: 0 auto;
    font-size: 18px;
  }
  .title-intro {
    font-size: 28px;
    padding-top: 14px;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
  }
  .stas-main {
    align-items: center;
  }
  .stas-main-2 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .stas-main {
   gap: 4px;
  }
}
@media screen and (max-width: 600px) {
  .text-title-3xl {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  .text-42 {
    font-size: 24px;
  }
  .datarace-first {
    grid-template-columns: 1fr;
  }
  .text-42 {
    font-size: 32px;
  }
  .datarace {
    width: 100%;
    max-width: 600px;
  }
  .distance.card-dashboard .info {
    align-items: center;
  }
 .wrap-runner.card-dashboard{
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .runner-count{
  align-items:center;
 }
  .key-title-2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .title-intro {
    font-size: 24px;
  }
  .key-title-2 {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .distance,
  .progress-money-2,
  .wrap-runner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .distance,
  .progress-money-2,
  .wrap-runner > * {
    text-align: center;
  }
}
