.support-wrapper {
  height: 100vh;
  margin: auto;
  width: 1000px;
  align-items: center;
  justify-content: center;
}

.support-text {
  text-align: center;
  margin: 20vh auto;
  width: 100%;
  height: 100px;
  font-size: 22px;
  font-weight: 500;
}

.support-dots {
  margin-top: 10vh;
  width: 100%;
}
