.bg_ourProcess {
    height: auto;
}

.shadow_title_our_process {
    color: #453c323b;
    position: absolute;
    top: 30px;
    left: 0px;
}

.process_item {
    background-color: #F4F0E7;
    border-radius: 50%;
    padding: 50px 50px;
    min-width: 300px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.process_item h3 {
    color: #45361F;
}

.process_item p {
    color: #978466;
}

.process_number {
    color: #d6cec10a;
    font-size: 90px;
    font-weight: bolder;
    position: relative;
}

.process_number_one {
    top: -350px;
    right: -115px;
}

.process_number_two {
    bottom: 86px;
    right: -95px;
}

.process_number_three {
    top: -400px;
    right: -80px;
}

.implementaion_process {
    margin-top: 200px;
}

.arrow_image_process {
    width: 900px;
    position: absolute;
    bottom: 380px;
    left: 100px;
}

.text_end_process {
    color: #E9E5DD;
}

.me_3 {
    margin-right: 10px;
}

.mt_5 {
    margin-top: 20px;
}

.ms_5 {
    margin-left: 20px;
}

.arrow_image_process2 {
    display: none;
}

.text_end_process {
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .bg_ourProcess {
        padding: 0px 0px;
    }

    .arrow_image_process {
        display: none;
    }

    .arrow_image_process2 {
        display: block;
        width: 100%;
        height: 54%;
        position: absolute;
        bottom: 219px;
        left: -1px;
    }

    /* .process_item {
        padding: 66px 50px;
    } */
    .me_3 {
        margin-right: 0px;
        margin-top: 30px;
    }

    .mt_5 {
        margin-top: 0px;
    }

    .ms_5 {
        margin-left: 0px;
    }

    .process_number {
        display: none;
    }

    .text_end_process {
        margin-top: 30px;
        font-size: 13px !important;
        width: 100%;
    }

    .implementaion_process,
    .design_process {
        margin-top: 30px !important;
    }

    .shadow_title_our_process {
        top: -16px;
    }

    .ourProcess {
        padding-top: 0px !important;
        padding-bottom: 4px !important;
    }

    .process_item {
        padding: 30px 30px;
        width: 270px;
        height: 270px;
    }

    .process_item h3 {
        font-size: 18px;
    }

    .process_item p {
        font-size: 14px;
    }

    .center_in_phone {
        display: flex;
        justify-content: center;
    }
}