:root{
    --title-color: "";
    --content-color: "";
}


.bobex-cons-main-wrapper {
    margin-bottom: 20px;
    padding: 1.2rem !important;
}

.bobex-cons-block-plus-container {
    width: 10%;
}


.bobex-cons-block--container-div:not(:last-child) {
    margin-bottom: 15px;
}

.bobex-cons-block-main-div {
    display: flex;
    width: 100%;
    word-break: break-word;
}

.bobex-cons-block-plus-area {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 900px) {
    .bobex-cons-block-plus-area {
        width: 30px;
        height: 30px;
    }
    .bobex-cons-block-plus-container{
        margin-right: 20px;
    }
}

.bobex-cons-plus {
    font-size: 13pt !important;
    color: #17518d;
}

.bobex-cons-plus span {
    color: var(--title-color);
}

.bobex-cons-block-content-area {
    width: 90%;
}

.bobex-block-cons-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--title-color);
    margin: 0 !important;
    padding: unset !important;
    word-break: break-word;
}

.bobex-block-cons-content {
    font-size: 10pt !important;
    font-weight: 300;
    color: var(--content-color);
    margin: 0 !important;
    word-wrap: break-word;
}