 .faq-container h4 {
     font-size: 16px;
     font-weight: 400;
     font-family: inherit;
     color: #1b1e21;
     background-color: #d6d8d9;
     border-color: #c6c8ca;
     position: relative;
     padding: .75rem 1.25rem;
     margin-bottom: 1rem;
     border: 1px solid transparent;
     border-radius: .25rem;
     line-height: 24px;
}
 .faq-container p {
     margin-top: 0px;
     padding: 0 16px!important;
     font-size: 16px;
     line-height: 24px;
}
.checkout_dnone {
    display: none;
}
.faq-container .box1 h4 + p {
    display: flex;
    align-items: flex-start;
}
@media(max-width:767px){
    .faq-container .box1 h4 + p {
        flex-direction: column;
    }
}