/* Section Titles */
.title {
  text-align: center;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #303030 !important;
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #303030 !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 1;
}