@media (max-width: 768px) {
      .responsive-text {
        font-size: 100%; /* Adjust text size for smaller screens */
      }
      .responsive-img {
        height: 50px; /* Adjust image height for smaller screens */
      }
    }



.selectize-input { 
  font-size: 14px; 
  line-height: 14px;
} 

.selectize-dropdown { 
  font-size: 14px; 
  line-height: 14px; 
}




/* Change accordion title text color and font */
.accordion-title {
  color: #337ab7; /* Custom color */
  font-family: 'Arial', sans-serif; /* Custom font */
  font-size: 20px; /* Adjust font size */
  font-weight: 500;
}
/* Optional: Change background color of the accordion header */
.accordion-header {
  background-color: white;
}

/* Ensure the container adjusts to floated content */
.accordion-body {
  overflow: auto; 
}


