.node--type-faq-item.node--view-mode-teaser .field--name-node-title{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
}
.node--type-faq-item.node--view-mode-teaser .field--name-node-title h5{
  flex: 1
}
.node--type-faq-item.node--view-mode-teaser .field--name-node-title h4{
  flex: 1;
  margin-bottom: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  font-size: 20px !important;
}
.node--type-faq-item.node--view-mode-teaser .field--name-node-title h3{
  flex: 1
}
.node--type-faq-item.node--view-mode-teaser .field--name-node-title h2{
  flex: 1
}
.node--type-faq-item.node--view-mode-teaser .field--name-node-title svg{
  width: 20px;
  height: auto;
  margin-left: 20px;
  transition: all 0.5s;
  /*align-self: flex-end;*/
}
.node--type-faq-item.node--view-mode-teaser.cbe-faq-open .field--name-node-title svg{
  transform: rotate(180deg);
}
.node--type-faq-item.node--view-mode-teaser .field--name-field-faq-answer{
  padding: 20px;
  display: none;
  background-color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}

.views-row{
  margin-bottom: 10px;
}

.view-content > h3{
  margin-bottom: 30px;
  color: white;
}

.view-content > h3:not(:first-child){
  margin-top: 30px;
}
