
.carousel-indicators {
  bottom: -3rem !important;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
  background-color:black !important;

}


.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.canvas {
  position: relative;
  width: 100%;
}

.note {
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px 0;
}

a {
  text-decoration: none;
  color: #506678;
  border-bottom: 1px solid rgba(80, 102, 120, 0.25);
  transition: all 0.35s;
}
a:hover {
  color: #677f93;
  border-bottom: 1px solid rgba(149, 76, 233, 0.5);
}

@media (min-width: 960px) {
 

  .note {
    padding: 25px 0;
  }
}