.faqbox {
    width: 100%;
    height: auto;
    background-color: rgb(238, 238, 238);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.faqbox-title {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 15px;
    font-size: 15px;
    cursor: pointer;
}

.faqbox-title span {
    width: 100%;
}

.faqbox-title img {
    height: 25px;
    width: 25px;
}

.faqbox-data {
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    background-color: rgb(248, 248, 248);
}