.bcReviewText {
    background-color: #faf6f1;
    padding: 16px;
    border-radius: 12px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}
/* CRO bb32 */

.ctm-test-32>div:nth-of-type(3) {
    display: none;
}

.ctabs-blocks {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.ctabs-blocks.ctabsb-best-start {
    max-width: 584px;
}

.cbs-txt {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.cbs-txt h4 {
    margin-bottom: 0;
    color: #3D3E3F;
    text-align: center;
    font-family: 'Hero Junior';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
}

.cbs-txt p {
    margin-bottom: 0;
    color: #666;
    font-family: 'Hero Junior';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

.cta-blocks-best-start-cta {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.cta-blocks-best-start-cta .yellowButton {
    transition: .3s;
}

.cta-blocks-more-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 24px;
}

.cbmi-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.cbmi-box.cbb-cta {
    width: 467px;
    padding: 12px;
    justify-content: space-between;
    gap: 18px;
    border-radius: 12px;
    border: 1px solid #FAF6F0;
    background: #FAF6F0;
    transition: .3s;
}

.cbmi-box.cbb-cta:hover {
    text-decoration: none;
    border: 1px solid #fee6a6;
    background: #fee6a6;
}

.cbmi-box.cbb-cta.cbbb-next {
    direction: rtl;
}

.cbmi-cta-readmore {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.cbmi-cta-readmore svg {
    width: 24px;
    height: 24px;
}

.cbmi-cta-readmore span {
    display: none;
    color: #666;
    text-align: center;
    font-family: 'Hero Junior';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
}

.cbmi-box.cbb-cta .cbmi-cta-text {
    width: 100%;
}

.cbmi-cta-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    flex: 1 0 0;
}

.cbmi-cta-text span {
    color: #666;
    font-family: 'Hero Junior';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.cbmi-cta-text h4 {
    margin-bottom: 0;
    color: #3D3E3F;
    font-family: 'Hero Junior';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.cbbb-prev .cbmi-cta-text h4 {
    text-align: right;
}

.cbmi-box.cbb-cta .cbmi-cta-img {
    width: 52px;
    height: 52px;
}

.cbmi-box.cbb-cta .cbmi-cta-img img.cbbcii {
    width: 100%;
    height: auto;
}



@media screen and (min-width: 992px) {}


@media screen and (max-width: 991px) {
    .cta-blocks-more-information {
        align-items: stretch;
        gap: 16px;
    }

    .cbmi-box.cbb-cta {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .cta-blocks-more-information {}

    .cta-blocks-best-start-cta {
        flex-direction: column;
        gap: 18px;
        width: 100%;
    }

    .cta-blocks-best-start-cta .yellowButton {
        width: 100%;
        text-align: center;
    }

    .cbmi-box.cbb-cta {
        flex-direction: column-reverse;
        flex: 1 1 0;
    }

    .cbmi-cta-readmore span {
        display: unset;
    }

    .cbbb-prev .cbmi-cta-text h4,
    .cbmi-cta-text>* {
        width: 100%;
        text-align: center;
    }
}

/* end of BB32 */

    .faqAnswer {
        width:100%;
        text-align: left;
        display:inline-block;
    }

.bbAccordion .card-header {
    background-color:#E8063C!important;
    color: #fff;
}


.bbAccordion .btn-link {
    color:#fff;
    width:100%;
}

.bbAccordion .card-header{
    cursor:pointer;
}

.btn-link:hover {
    text-decoration:none;
}
.btn-link:focus {
    outline:none;
    box-shadow:none;
    text-decoration:none;
}
.bbAccordion .card {
    background:none;
}

