.ronic-faq-canvas{
    width:100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ronic-faq{
    text-align: center;
    width: 50%;
    padding: 20px;
}

/* .ronic-faq-question{

} */

.ronic-faq-answer{
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.08);
}

.ronic-faq-answer ul li{
    list-style: none;
    text-align: center;
}

.ronic-modal-preview{
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* padding:20px; */
    display: none;
    z-index: 30;
}
.ronic-faq-close-button{
    position: absolute;
    width: 80px;
    top: 10px;
    right: 0px;
    padding: 20px;
    cursor: pointer;
}

.ronic-faq-canvas-modal{
    width:60%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto auto;
    height: 80%;
    overflow-y: scroll;
}

.ronic-faq-button{
    padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    width: 250px;
}