        .detail-services .content_text_details :is(h1, h2, h3, h4, h5, h6) {
    color: var(--tp-title-color);
    margin-bottom: 20px;
}

.detail-services .bp_news_img.tp-image {
    text-align: center;
    margin: 20px 0;
}

.detail-services .bp_news_img.tp-image img {
    border-radius: 10px;
    max-height: 600px;
}

.detail-services .tp-body p {
    line-height: 30px;
    margin-bottom: 15px;
}
.content_text_note ul {
    padding-left: 20px;
}

.content_text_note ul li {
    list-style: disc;
}


.services-process__left .tp-feature__image {
    border-radius: 10px;
}

.services-process__left .tp-feature__content {
    margin-bottom: 30px;
}

.services-process__left img {
    border-radius: 14px;
}

.services-process__box {
    background-color: #03afe50d;
    padding: 20px 30px;
    border-radius: 10px;
}

.services-process__box:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    width: 1px;
    height: calc(100% + 30px);
    background-color: #03070d1f;
}

.services-process__box .tp-feature__heading {
    margin-bottom: 15px;
}

.services-process__box-number {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--tp-primary);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}


.bp-download-file {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--tp-primary);
    border-radius: 40px;
    color: #fff;
    border: 1px solid var(--tp-primary);
    margin-top: 30px;
    transition: all .4s;
}

.btn-file .bp-download-file {
    margin-top: 0;
}

.bp-download-file:hover {
    background-color: #fff;
    color: var(--tp-primary);
    transition: all .4s;
}

@media (max-width: 1400px) {
    .services-process__box:not(:last-child)::before,
    .services-process__box-number {
        display: none;
    }
    
    .services-process__right {
        padding-left: 0 !important;
    }
}




