:root {
  --light-blue: #3498db; /* Replace with your desired light blue color */
}

.rounded-circle {
  border-radius: 50%; /* Adjust the percentage for different roundness */
}

.text-light-blue {
  color: var(--light-blue);
}

i.fas.fa-chevron-down:before {
  content: "";
}
