.te-points .tp-each {
    position: relative;
    max-width: max-content;
    margin-bottom: 40px;
}

.te-points .tp-each.reverse {
    margin-left: 0px;
}

.te-points .tp-number {
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    color: #0E3B81;
    opacity: .1;
    position: absolute;
    top: -40px;
    left: 0px;
}


.te-points .tp-each ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}


.te-points .tp-each ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: -16px;
    top: 10px;
    background: #000;
    border-radius: 50%;
}

.te-points ul {
    padding-left: 24px;
}

@media screen and (min-width: 992px) {
    .te-points .tp-number {
        font-size: 180px;
        line-height: 180px;
        left: -60px;
    }

    .te-points .tp-each.reverse .tp-number {
        right: -60px;
        left: unset;
    }

    .te-points .tp-each.reverse h4,
    .te-points .tp-each.reverse ul {
        text-align: right;
    }

    .te-points .tp-each {
        margin-left: 60px;
    }
}