.about-list{
    padding-left: 0;
}
.bp_lbl_news_more {
    display: none;
}
.bp_news_more_item {
    padding-bottom: 8px;
}
.about-list li:first-child {
    border-top: 1px solid rgba(3, 7, 13, 0.12);
}

.about-list li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(3, 7, 13, 0.12);
}

.detail-services .bp_news_img {
    display: none;
}

.detail-services .tp-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.detail-services .bp_news_img {
    margin-bottom: 30px;
    text-align: center;
}

.detail-services .bp_tag_lb,
.detail-services .bp_tag_item_lb {
    display: none;
}

.pricing-btn .content_button_link {
    gap: 5px;
}

.process-content__left .tp-feature__heading {
    line-height: 1;
}

.list-process .tp-feature__heading {
    margin-bottom: 15px;
}

.process-content__left .tp-feature__text {
    margin-bottom: 30px;
}


.process {
    border-bottom: 1px solid #03070d1f;
}

.main-process::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #03070d1f;
}

.process-number {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(-50%);
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1400px) {
    .process .process-content__left,
    .process .process-content__right {
        padding: 0 !important;
    }
    .process-number,
    .main-process::before{
        display: none;
    }
}

@media (min-width: 991px) {
    .process-content__right {
        padding-left: 80px;
    }
}
