.glob_border h6 {
    position: relative;
}
.glob_border h6:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 10px;
    width: 28px;
    height: 2px;
    background: #0B86FE;
}
.glob_item label {
    color: #171717;
    font-size: 18px;
    line-height: 22px;
    font-family: "Manrope", Sans-serif;
    padding-bottom: 10px;
    display: flex;
}