div.faq-section h3.title {
  text-align: center;
  margin: 0;
}
div.faq-section{
border-bottom: 1px solid #D8D8D8;
}
div.faq-item {
    border-top: 1px solid #D8D8D8;
    padding: 0px 30px 0 30px;
  
    position: relative;
}

div.faq-section div.faq-item div.question {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    padding: 0 40px 25px 0;
    position: relative;
    z-index: 2;
}

div.faq-section div.faq-item img.chevron {
    position: relative;
    cursor: pointer;
    top: 24px;
    right: 30px;
    width: 12px;
    height: auto;
    z-index: 1;
}

div.faq-section div.faq-item img.chevron:hover {
  transform: translateY(0.25rem);
  transition: transform 300ms ease 0s;
}

div.faq-section div.faq-item.active img.chevron {
    transform: rotate(-180deg);
}

div.faq-section div.faq-item div.answer {
    display: none;
}

div.faq-section div.faq-item div.answer div.inner {
    width: 90%;
    padding: 50px 0 0 0;
}
hr.answer-bg {
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    height: 62px;
    background-image: radial-gradient(at center top, rgba(150, 150, 150, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
}
}