/* Tupelo walk score css */
.walk-score-section .walkscore-container {
  padding-top: 90px;
  padding-bottom: 90px;
  flex-flow: wrap;
  justify-content: center;
  max-width: 1068px;
}
.walk-score-section .nb-title-wrapper {
  text-align: center;
  margin-bottom: 17px;
  width: 100%;
}
.walk-score-section .nb-title-wrapper h2 {
  position: relative;
}
.walk-score-text-wrapper .walk-score-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-flow: wrap;

}
.walk-score-section .nb-scores {
  width: 360px;
  height: 176px;
  padding: 32px 42px;
  /* background-color: rgba(255, 255, 255, 0.302); */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid;
  /* color: #3b3b3b; */
}
.walk-score-section .nb-scores .score-inner {
  margin-bottom: 32px;
}
.walk-score-section .score-number {
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1;
  text-align: center;
}
.walk-score-section .score-desc {
  font-weight: 300;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2rem;
  /* color: #000; */
}
.walkscore-bg {
  display: none;
}
.walk-score-section .nb-title-wrapper{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .walk-score-text-wrapper {
    padding-left: 0;
  }
  .walk-score-text-wrapper .walk-score-text {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .walk-score-section .nb-title-wrapper {
    margin-bottom: 20px;
    width: 100%;
    z-index: 1;
  }
  .walk-score-section .nb-scores {
    width: 300px;
  }
  .walk-score-section .walkscore-container {
    flex-flow: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: auto;
  }
  .walk-score-section .score-number {
    font-size: 4.38rem;
  }
  .walk-score-section .score-desc {
    font-size: 1.25rem;
  }
  .walk-score-text-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .walk-score-text-wrapper .walk-score-text {
    gap: 15px;
  }

  .walk-score-section .score-desc {
    font-size: 1rem;
  }
  .walk-score-section .nb-scores {
    width: 100%;
    padding: 25px 15px;

    height: 116px;
  }
  .walk-score-section .score-number {
    font-size: 2.625rem;
  }
  .walkscore-container{
    padding-left: 32px;
    padding-right: 32px;
  }
  .walk-score-section .nb-scores .score-inner {
    margin-bottom: 24px;
}
    .walk-score-section .nb-title-wrapper {
        margin-bottom: 17px;}
}
