.section-global-faq {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}

.section-global-faq .content-global-faq p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 0;
}

.section-global-faq h2{
  color:#fff;
  font-size:35px;
  line-height:40px;
  margin-top:0px;
  font-weight:500;
  text-align:center;
}

{#.section-global-faq h2 span{
  color:#C4DD5D;
}#}

.section-global-faq details {
    width: 100%;
    margin: 0;
    max-width: 100%;
    transition:0.2s linear all;
    border-bottom: 1px solid #006B63;
}




.section-global-faq details[open] .content-question {
    -webkit-animation: DetailsOpen 0.5s;
    animation: DetailsOpen 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

/* Fade in tabs */
@-webkit-keyframes DetailsOpen {
  from {opacity: 0;margin-top: -20px;}
  to {opacity: 1;margin-top: 0px;}
}




.section-global-faq summary {
    display: block;
    background: transparent;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    cursor: pointer;
    outline: 0;
    list-style: none;
    transition: .2s linear all;
    font-size: 18px;
    font-weight: 600;
    padding-right: 30px;
}

.section-global-faq summary::-webkit-details-marker {
   color:#FF0000; 
   background:#FFFFFF; 
    display: none; 
}

.section-global-faq details[open] summary::-webkit-details-marker {
   color:#0000FF; 
   background:#00FFFF;
}

.section-global-faq details:hover summary:after{
  color:#c4dd5d;
  transform: rotate(90deg);
}

.section-global-faq details:hover summary{
  color:#c4dd5d;
}

.section-global-faq summary:after {
    content: "+";
    color: #c4dd5d;
    float: right;
    font-size: 28px;
    font-weight: 500;
    margin: -8px 5px 0 0;
    padding: 0;
    text-align: center;
    width: 20px;
    transform: rotate(0);
    transition: .2s linear all;
    margin-right: -30px;
}

.section-global-faq details[open] summary:after {
    content: "-";
    transform: rotate(0deg);
}

.content-question, .content-question p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
}

.section-global-faq .content-question a {
    color: #c4dd5d;
    text-decoration: underline;
    transition: 0.2s linear all;
}

.section-global-faq .content-question a:hover {
    color: #d5ff2a;
    text-decoration: none;
}



@media only screen and (max-width: 900px) {

.section-global-faq .content-global-faq p{
  color:#fff;
  font-size:15px;
  line-height:20px;
}

.section-global-faq h2{
  color:#fff;
  font-size:30px;
  line-height:35px;
}
  
  .section-global-faq summary{
    font-size:16px;
  }
  
}