/* apiart walk score css */
.walk-score-section .walkscore-container {
  padding-top: 48px;
  padding-bottom: 48px;
  flex-flow: wrap;
  justify-content: center;
}
.walkscore-bg {
  display: none;
}
.walk-score-section .nb-title-wrapper {
  text-align: center;
  margin-bottom: 33px;
  width: 100%;
}
.walk-score-section .nb-title-wrapper h2 {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
.walk-score-section .nb-title-wrapper h3 {
  margin-left: auto;
  margin-right: auto;
}
.walk-score-text-wrapper .walk-score-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-flow: wrap;
}
.walk-score-text-wrapper .score-inner {
  width: 360px;
  height: 164px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 24px;
}
.walk-score-section .nb-scores {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.walk-score-section .score-number {
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.2;
  text-align: center;
  color: #494949;
  height: 100%;
    display: flex;
    align-items: center;
}
.walk-score-section .score-desc {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .walk-score-section .nb-title-wrapper{
    margin-bottom: 20px;
  }
  .walk-score-section .score-number{
     font-size: 4.5rem;
  }
  .walk-score-section .score-desc{
    font-size: 1.25rem;
  }
  .walk-score-text-wrapper .score-inner{
    width: 290px;
    height: 130px;
}
}
@media screen and (max-width: 767px) {
  .walk-score-text-wrapper .walk-score-text{
    gap: 8px;
  }
  .walk-score-section .nb-title-wrapper{
    margin-bottom: 17px;
  }
  .walk-score-section .score-number{
     font-size: 2.38rem;
  }
  .walk-score-section .score-desc{
    font-size: .875rem;
  }
  .walk-score-text-wrapper .score-inner{
    width: 160px;
    height: 94px;
    margin-bottom: 5px;
  }
}