.op-faq-description, .op-faq-item {
    margin: 20px 0px;
    border-bottom: 1px solid grey;
}
.op-faq-title{
    margin-bottom: 30px;
    
}
.op-faq-question, .op-faq-question p {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.op-faq-question p{
    position: relative;
    padding-left: 10px;
}
.op-faq-question p::before{
    position: absolute;
    height: 20px;
    width: 20px;
    content: "+";
    right: 10px;
    font-size: 30px;
    font-weight: 300;
    top: -10px;
}
.op-faq-question-open p::before{
    content: "-";
    transition: all 0.3s ease-in;
    color: #009932;
    font-size: 30px;

}
.faq-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-info .faq-info-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#open-chat{
    padding: 5px 17px;
    background: #0275d8;
    border: none;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}
/* Accordion */
.op-accordion-panel {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    height: 0;
}
.faq_container.block-category.card {
    margin-top: 45px;
    border: 2px solid #e2e2e2;
    min-height: 8rem;
    margin-bottom: 1.563rem;
    padding: 20px;
}
.op-accordion-toggle {
    cursor: pointer;
}
.op-faq-title {
    color: #009932;
    font-size: 35px;
}
@media (max-width: 767px) {
    .faq_container .op-faq-title {
        font-size: 1.8rem;
    }
}
.op-faq-answer p,
.op-faq-question p{
    color: #1f1e1e
}
.op-faq-question-open p{
    color: #009932;
}
.op-faq-item .op-faq-answer{
    padding-left: 20px;
}

@media (max-width:991px){
    .op-faq-title {
        font-size: 1.1rem;
        line-height: 18px;
        font-weight: 900;
    }  
    .op-faq-question{
        margin-bottom: 10px;
    }
    .op-faq-question   p{
        font-size: 0.825rem;
        line-height: 1.3rem;
        padding-left: 0;
        font-weight: 900;
        padding-right: 40px;
    } 
    .op-faq-question p::before{
        top: 7%;
    }
}
