.faq-container {
  background-color: #ebebeb;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2px;
  padding-top: 2px;
  font-family: 'Poppins', sans-serif !important;
  color: #009240 !important;
}

.faq-answer {
  color: black;
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: justify;  
  line-height: 2rem;  
  font-family: 'Poppins', sans-serif !important;
}
/* .faq-answer.bca{
  text-align: justify;
} */

.faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}

.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
  transform: rotate(90deg);
}
h2 .bca{
  font-size: 2rem;
  font-weight:600;
  color:#084298;
}
