 .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;
    font-size: 16px;
    line-height: 24px;
}
.checkout_dnone {
    display: none;
}

@media (max-width:767px){
    .faq-container p{padding: 0 !important;}
}
