.ev-faq { max-width: 900px; margin: 0 auto; font-family: 'Roboto Condensed', sans-serif; }
.ev-faq__section-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #111111;
  border-bottom: 2px solid #ff5a1f;
  padding-bottom: 10px;
  margin: 40px 0 18px;
}
.ev-faq__section-title:first-child { margin-top: 0; }
.ev-faq details {
  border-bottom: 1px solid #ddd;
}
.ev-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 34px 16px 0;
  position: relative;
  font-weight: 700;
  color: #111111;
  font-size: 16px;
}
.ev-faq summary::-webkit-details-marker { display: none; }
.ev-faq summary::after {
  content: '+';
  position: absolute;
  right: 6px;
  top: 14px;
  font-size: 22px;
  font-weight: 700;
  color: #ff5a1f;
  transition: transform .2s;
}
.ev-faq details[open] summary::after { content: '\2212'; }
.ev-faq details p {
  margin: 0 0 18px;
  color: #444444;
  font-size: 15px;
  line-height: 1.55;
  padding-right: 20px;
}
.ev-faq ul { margin: 0 0 18px; padding-left: 20px; color: #444444; font-size: 15px; line-height: 1.55; }
