.row.lupa-group {
    margin-right: 0;
    margin-left: auto;
    padding-top: 60px;
}
figure.lupa-overlap {
    position: absolute;
    right: 70px;
    top: -39px;
    width: 686px;
}
.row.lupa-group .title {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3;
    font-size: 20px;
    position: relative;
}
.row.lupa-group .line {
    position: relative;
    bottom: -10px;
    height: 2px;
    width: 100%;
    left: -21%;
    background: var(--aqua);
}
.row.lupa-group .element-b:nth-child(2) .line {
    left: -12%;
    width: 95%;
}
.row.lupa-group .line:before {
    content: "";
    position: absolute;
    left: -28px;
    top: -14px;
    border: 5px solid var(--aqua);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
@media(max-width: 991px) {
    .row.lupa-group .line,
    .row.lupa-group .element-b:nth-child(2) .line {
        bottom: -14px;
        width: 93%;
        left: 10px;
        margin-bottom: 30px;
    }
    figure.lupa-overlap {
        position: absolute;
        top: -39px;
        width: 100%;
        right: 0;
    }
    .lupa-group .element-b {
        margin-bottom: 25px;
    }
}