.numberedlist {
    padding: 110px 0;
    background-color: #F9FBFB;
}
.numberedlist .b2-inner-content {
    max-width: 1100px;
}
.numberedlist h2 {
    color: #14678B;
    margin-bottom: 50px;
}
.numberedlist-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}
.numberedlist-item h3 {
    color: #14678B;
}
.numberedlist-item::before {
    content: attr(data-count);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 42px;
    background-image: var(--wpr-bg-75c8d3de-64c5-46e4-b80b-d8253e042c3d);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media only screen and (max-width: 1280px) {
    .numberedlist {
        padding: 80px 0;
    }
    .numberedlist .b2-col {
        width: 50% !important;
    }
    .numberedlist h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .numberedlist .b2-col {
        width: 100% !important;
    }
}