.cb-faq {
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.cb-faq summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 0;
    font-weight: bolder;
    cursor: pointer;
}

.cb-faq summary::after {
    padding: 5px;
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    content: '';
    transition: transform .5s;
}

.cb-faq[open] summary::after {
    transform: rotate(225deg);
    float:right;
}

.cb-faq div.cb-faq-a {
    display: flex;
    align-items: flex-start;
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 1em 1em 0;
    color: #333;
    transition: transform .5s, opacity .5s;
    cursor: pointer;
}

.cb-faq[open] div.cb-faq-a {
    transform: none;
    opacity: 1;
}

span.label-q {
    font-size: 2rem;
    line-height: 1.4;
    white-space: pre;
    color: #04127c;
    padding: 0 17px 0 0;
    vertical-align: top;
}

div.label-a {
    vertical-align: top;
    font-size: 2rem;
    line-height: 1.4;
    white-space: pre;
    color: #be375a;
    font-weight: bolder;
    padding: 0 17px 0 0;
}
