.accordion-section-ama{
   
    margin: auto;
    width: 100%;
    margin: 50px auto 50px auto;
  
}
.faq-accordion-ama {
    margin: auto;
    width: 100%;
    max-width: 880px;
    border-radius: 0px;
    padding-top: 32px;
    padding-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
    background:#f2f2f2
}
.faq-item-ama {
    width: 100%;
    border-bottom: 1px solid #4b4b4b3b;
}
.faq-desc-ama{
    font-size: 18px;
    line-height: 25.2px;
    color: #000;
    padding-left: 10px;
    text-align: center;
}
.faq-item-ama-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}
.faq-question-ama {
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 0px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0px !important;
    color: #000;
}
.faq-title-ama{
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.faq-answer-ama {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 0;
    z-index: 0;
    opacity: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.faq-answer-ama p{
    color: #000;
    padding: 10px 0;
}
.faq-answer-ama.show {
    height: auto;
    z-index: 1;
    opacity: 1;
  padding-top: 10px;
}

.faq-item-ama:first-of-type{
    border-top: 1px solid #4b4b4b3b !important;
} 

.faq-item-ama-title svg path{
	stroke: #000;
}

@media(max-width: 767px){
    div.faq-item-ama div.faq-item-ama-title h3.faq-question-ama{
        font-size: 24px !important;
    }
}