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


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

.bobex-vertical-steps-block-number-container {
    width: 10%;
}


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

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

.bobex-vertical-steps-block-number-area {
    width: 35px;
    height: 35px;
    border: 5px solid #17518d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bobex-vertical-steps-block-number-area.vbk {
    border-color: #30773D;
}
@media only screen and (max-width: 900px) {
    .bobex-vertical-steps-block-number-area {
        width: 30px;
        height: 30px;
        border: 5px solid #17518d;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bobex-vertical-steps-block-number-area.vbk {
        border-color: #30773D;
    }
    .bobex-vertical-steps-block-number-container{
        margin-right: 20px;
    }
}

.bobex-vertical-steps-number {
    font-size: 13pt !important;
    color: #17518d;
}
.bobex-vertical-steps-block-number-area.vbk .bobex-vertical-steps-number {
    color: #30773D;
}

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

.bobex-block-vertical-step-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-vertical-step-content {
    font-size: 10pt !important;
    font-weight: 300;
    color: var(--content-color);
    margin: 0 !important;
    word-wrap: break-word;
}