.development_updates_slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 5px;
}
.development_updates_slider .swiper-pagination-bullet-active {
  background-color: #df3d26;
}

@media only screen and (max-width: 600px) {
  .development_updates_slider .swiper-pagination-bullet {
    width: 20px;
  }
}
