.professional-faqs{
  padding: 30px 20px !important;
  margin: auto;
}
.faq-block-title-1696{
  font-size: 47px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  color: #000000 !important
}
.category-container{
  margin-bottom: 20px;
}
.category-container7{
  margin-bottom: 40px;
}
.faq-content-1, .faq-content-7, .faq-content-8{
  line-height: 1.8 !important;
  text-align: start;
  word-wrap: break-word;
}
.faq-title-1, .faq-title-7, .faq-title-8{
  word-wrap:break-word;
  word-break: break-word;
  text-align: start;
}
.faq-content-2{
  display: none; 
  margin:0; 
  padding: 12px; 
  border-radius: 0 0 4px 4px;
  border-top: none;
  line-height: 1.8 !important;
  text-align: start;
  word-wrap: break-word;
}
.faq-content-5{
  display: none; 
  margin:0; 
  padding: 12px 30px; 
  border-radius: 0 0 4px 4px;
  text-align: start;
  word-wrap: break-word;
}
.svg-right{
  min-width: 10px !important; 
  height: 16px;
}
.svg4-right{
  height: 16px;
  width: 16px;
}
.question-title-left{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50% ,-50%);
  font-size: 60px;
}
.question-title-right{
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translate(-50% ,-50%);
  font-size: 60px;
}
.faq-container-5{
  margin-bottom: 20px;
}
.faq-list-2{
  display: flex; 
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer; 
  line-height: 1.8 !important;
  padding: 12px;
  border-radius: 4px; 
  margin-top: 12px;
}
.faq-list-5{
  display: flex; 
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer; 
  line-height: 1.8 !important;
  border-radius: 4px; 
  position: relative;
  padding: 20px 30px;
  line-height: 1.8 !important;
}
.faq-title-2{
  word-wrap:break-word;
  word-break: break-word;
  text-align: start;
  margin-right: 6px;
}
.faq-content-3{
  display: none;
  line-height: 1.8 !important;
  text-align: start;
  word-wrap: break-word;
  padding: 12px;
  margin-right: 28px;
}
.faq-list-3{
  display: flex; 
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer; 
  line-height: 1.8 !important;
  padding: 12px;
  border-radius: 4px 4px 0 0; 
}
.faq-title-3{
  word-wrap:break-word;
  word-break: break-word;
  text-align: start;
}
.faq-list-6{
  display: flex;
  align-items: start;
  justify-content: start;
  position: relative;
}
.list-svg{
  display: flex; 
  align-items: center;
  justify-content: center;
}
.svg-minus{
  opacity: 0;
  min-width: 14px !important;
  height: 14px;
}
svg:not(:root) {
  overflow:unset !important;
}
.svg-plus{
  position: relative;
  left: 13.2px;
  opacity: 1;
  min-width: 14px !important;
  height: 14px !important;
}
.faq-minus{
  opacity: 0;
  position: absolute;
  left: 0;
  min-width: 14px !important;
  height: 14px !important;
  margin-top: 11px;
}
.faq-plus{
  min-width: 14px !important;
  height: 14px !important
}
.faq-title-6{
  margin-left: 16px;
}
.faq-content-6{
  display: none;
  margin: 0;
  padding: 4px 10px 4px 30px;
  word-wrap: break-word;
}
.faq-container-6{
  margin-bottom: 20px;
  cursor: pointer;
}
.faq-list-4{
  display: flex;
  align-items: start;
  cursor: pointer;
}
.faq-title-4{
  text-align: start;
  padding: 0 20px
}
.faq-content-4{
  display: none;
  text-align: start;
}
.faq-container-4{
  margin-bottom: 20px;
}
.category-title-8{
  margin-top: 45px;
  padding-bottom: 15px;
  line-height: 1.8 !important;
}
.category-container img{
  max-width: 100% !important;
}

.category_bar_custom{
  display: flex;
  flex-direction: column;
  width: 30%;
  border-top: 1px solid #ccc;
  margin-top: 67px;
  margin-right: 50px;
}
.faq-yanet-container{
  display: flex;
  flex-direction: row;
}
.category_bar_custom_width{
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .faq-category-container{
      flex-direction: column;
  }
  .faq-container{
      width: 100% !important;
  }
  .category_bar_custom_width{
    width: 100%;
  }  
  .category_bar_custom{
      width: 100% !important;
      margin: 0 !important;
      margin-top: 20px !important;
  }
  .faq-yanet-container{
    display: flex;
    flex-direction: column;
  }  
}