
.faq-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    
}
.faq-item {
    position: relative;
    margin-top: 100px;
    left: 10%;
    width: 80%;
    height: 100%;
    padding: 100px 0 0 0;
    z-index: -1;
    
   
  
}
.faq-item p {
    text-align: justify;

}
@media only screen and (max-width: 700px) {
    .faq-item {
        margin-top: 50px;
    }

}
