.section-process {
    padding: 60px 0 150px;
}

.process_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.process_list-block {
    max-width: 600px;
    width: 55%;
    padding-right: 30px;
}

.process_item {
    display: flex;
    align-items: center;
    max-width: 640px;
}

.process_item:not(:last-child) {
    background: url('/wp-content/uploads/2023/03/line.png') no-repeat;
    background-position: bottom 35px left 38px;
    padding-bottom: 130px;
}

.process_item-img {
    min-width: 140px;
}

.process_item-img img {
    position: relative;
    top: -12px;
}

.process_item:nth-child(3) img {
    left: -25px;
}

.process_item-text h3 {
    margin-bottom: 10px;
}

.process_item-text p {
    line-height: 31px;
    color: #202020;
}

.process_text-block {
    width: 45%;
}

.section-process .section_pretitle {
    font-size: 18px;
    line-height: 24px;
    color: var(--color-2);
    font-weight: 600;
    margin-bottom: 10px;
}

.section-process .section_title {
    text-align: left;
    margin-bottom: 25px;
}

.section-process .section_text {
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .process_item-text h3 {
        font-size: 29px;
        line-height: 38px;
    }

    .process_item-text p {
        font-size: 17px;
        line-height: 30px;
    }
}

@media (max-width: 992px) {
    .section-process {
        padding: 0 0 80px;
    }

    .process_wrap {
        flex-wrap: wrap-reverse;
    }

    .process_list-block {
        width: 100%;
        border-top: 1px solid #cad5e9;
        padding: 80px 0 0 0;
        margin: auto;
    }

    .process_text-block {
        width: 100%;
        max-width: inherit;
        padding-right: 0;
        margin-bottom: 80px;
    }

    .process_text-block,
    .section-process .section_title {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .process_list-block {
        padding: 60px 0 0 0;
    }

    .process_item {
        display: flex;
        flex-direction: column;
    }

    .process_item:not(:last-child) {
        background: none;
        padding-bottom: 60px;
    }

    .process_item-img {
        min-width: inherit;
        margin-bottom: 40px;
    }

    .process_item-img img {
        top: inherit;
    }

    .process_item:nth-child(3) img {
        left: -10px;
    }

    .process_item-text {
        text-align: center;
    }

    .process_item-text h3 {
        font-size: 25px;
        line-height: 33px;
    }

    .process_item-text p {
        font-size: 16px;
    }
}