.w-100{
    width: 100%;
}

.cus-testi-container{
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    padding: 1rem;
}



.faq-container {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  padding-left: 2.5rem;
}

.faq-title {
  text-align: center;
  font-size: 36px;
  margin: 70px 0;
  line-height: 65px;
  border-bottom: 1px solid rgba(0,0, 0, 0.05);
}
  
  .plus-icon{
  color: #ff9900;
    margin-right: 20px;
    font-size: 40px;
    font-wight: bolder;
  }

.faq-question {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
  color: #666;
}
.faq-item{
  padding: 40px 0 20px 0;
  border-bottom: 1px solid rgba(0,0, 0, 0.3);
  }
  
.faq-answer {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  color: #666;
  line-height: 1.5;
}

.faq-answer-show {
  height: auto;
  overflow: visible;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
   transition: all 0.2s ease;
}


.white-bg{
    background-color: rgba(255,255,255,0.35);
}