#overviewContent h1 {
  text-align: center;
  font-size: 23pt;
  margin-top: 1.5cm;
}

.carousel-indicators li {
    list-style-type: circle;
}

@media (min-width: 768px) {
    #overviewContent {
    margin-top: 0;
  }

    #overviewContent h1 {
      text-align: center;
      font-size: 28pt;
      margin-top: .25cm;
    }
}
