.density-square-section {
  padding-top: 54px;
}

.density-square-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.density-square-heading .density-plan-title {
  margin-bottom: 22px;
  color: #58cfff;
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 800;
  letter-spacing: .12em;
}

.density-square-heading > span:not(.density-plan-title) {
  margin-bottom: 8px;
}

.density-square-heading p {
  margin-top: 10px;
}

.density-square-figure {
  margin-top: 22px;
}

.density-representative-note {
  max-width: 720px;
  margin: 8px auto 0;
  padding: 12px 18px;
  border: 1px solid rgba(88, 207, 255, .22);
  border-radius: 8px;
  background: rgba(4, 28, 40, .72);
  color: #9fb7c3;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

@media (width <= 580px) {
  .density-square-section {
    padding-top: 34px;
  }

  .density-square-heading .density-plan-title {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .density-representative-note {
    margin-inline: 10px;
    font-size: 10px;
  }
}
