.faq {
  #font-family: Helvetica;
  width: 90%;
  margin: 0 0 0 5%;
}

.faq-q {
  #border-top: 2px dashed;
  #border-color: #3c9814 #b7d524 #6bbc48 #e5e61e !important;
  #border-color: #3c98f2 #b7d524 #6bbc48 #e5e61e !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
}

.faq-q span{
  font-size: 22px;
    #background: linear-gradient(to right, #e5e61e, #b7d524, #6bbc48, #3c9814);
    #background: linear-gradient(to right, #1d1de5, #5555db, #6baaf5, #3c98f2);
    background: linear-gradient(to right, #1d1de5, #5555db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-q br{
  display:block; content:""; margin-top:0.5em; line-height:190%; vertical-align:top;
}

.faq-a {
  font-size: 22px;
  color: 00000f;
}


.faq-q:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  background: linear-gradient(to left, #1d1de5, #5555db, #6baaf5, #3c98f2 ) !important;
  text-align:center;
  color: #ffffff;
  font-size: 110%;
  font-weight: 900;
}

.faq-q:nth-child(odd):before {
  content: counter(section);
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  background: linear-gradient(to right, #1d1de5, #5555db, #6baaf5, #3c98f2 ) !important;
  text-align:center;
  color: #ffffff;
  font-size: 110%;
  font-weight: 900;
}



.faq-q:nth-child(even) {
  #border-left: 2px dashed;
  #border-top-left-radius: 30px;
  #border-bottom-left-radius: 30px;
  #margin-right: 30px; 
  #padding-right: 0;
}

.faq-q:nth-child(odd) {
  #border-right: 2px dashed;
  #border-top-right-radius: 30px;
  #border-bottom-right-radius: 30px;
  #margin-left: 30px; 
  #padding-left: 0;
}
.faq-q:first-child {
  #border-top: 0;
  #border-top-right-radius:0;
  #border-top-left-radius:0;
}

.faq-q:last-child {
  #border-bottom-right-radius:0;
  #border-bottom-left-radius:0;
}
