body {
  font-family: "Montserrat", sans-serif;
}

.heading {
  margin-top: 2%;
  margin-bottom: 2%;
}

h5 {
  font-weight: 400;
}

#purple-dash {
  width: 17px;
  height: 5px;
  top: 5px;
  border-radius: 4.5px;
  background: linear-gradient(to right, #e537b9, #c040df);
}

.news {
  margin-top: 2%;
  margin-bottom: 2%;
}

.accordion-button::after {
  margin-left: 0;
}

.carousel button {
  position: relative;
  background-color: #F6F8FA;
  display: block;
  width: fit-content;
}

.carousel-button-icon {
  background-image: none;
}

.accordion {
  --bs-accordion-active-bg: white;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem white;
}


.grey-dot {
  width: 5px;
  height: 5px;
  background-color: #586069;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 3px;
  padding: auto;
}
