.faqItem{
    margin: 10px 0px;
    background-color: white;
    box-shadow: 2px 5px 13px 0px #80808052;
}
.faqItem div{
    padding: 20px calc(8% - 30px);
}
.faqItem>div:first-child{
    font-weight: bold;
    border-bottom: solid 1px #dfdfdf6a;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}
.faqItem>div:last-child{
    font-size: 16px;
}
.iconK2{
    width: 30px;
    height: 30px;
    float: right;
    transition: all 0.3s ease-in-out;
    transform: scale3d(1.3, 2, 1);
    user-select: none;
    cursor: pointer;
}
.rotate90 {
    transform: scale3d(2, 1.3, 1) rotate(90deg) translate(30px,8px);
    transition: transform 0.5s
}
.Brand-content{
    padding: 60px calc(30% - 220px)!important;
}
.bg-f4f3f3{
    background-color: #f4f3f3;
}

@media (max-width: 768px){
    .rotate90 {
        transform: scale3d(2, 1.3, 1) rotate(90deg) translate(10px,8px);
        transition: transform 0.5s;
    }
    .faqItem>div:first-child{
        font-size: 15px;
        padding: 5px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    justify-content: space-between;
    }
    .faqItem>div:last-child{
        padding: 5px !important;
        font-size: 14px !important;
    }
}