.walkScoreContainer {
  max-width: 1019px;
  margin-top: 20px;
}

.walkScoreTitle {
  font-size: 20px;
  font-weight: 500;
}

.walkScoreCards {
  gap: 20px;
  margin-top: 20px;
  margin-left: 0px !important;
}

.walkScoreCard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 326px;
  height: 108px;
  border-left: 2px solid #00adb5;
  background-color: #00adb51a;
  border-radius: 5px;
}

.walkScorePercent {
  font-weight: 700;
  font-size: 32px;
  color: #00adb5;
}

.walkScoreText {
  font-weight: 500;
  font-size: 20px;
}

/* @media screen and (min-width: 320px) and (max-width: 1400px) {
  .walkScoreContainer {
    max-width: 100%;
  }
} */
