/* Custom CSS for pagination dots */
.pagination-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-dot {
  width: 10px;
  height: 10px;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.page-item.active {
  background-color: #6ea8fe;
}

.logo {
  height: 3rem;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .brand-text {
        font-size: 1rem;
    }
}
