@media (max-width: 991px) {
    .process-item .process-item-number {
        font-size: 3.157rem;
        position: absolute;
        color: #e1e1e1;
        left: 0;
        top: 0;
        -webkit-transform: translate(-127%, -21%);
        -ms-transform: translate(-127%, -21%);
        transform: translate(10%, -30%);
        font-weight: 900;
        background-color: #fff;
    }
    .ms-6 {
        margin-left: 4rem !important;
    }
}
@media (min-width: 992px) {
    .pb-lg-8 {
        padding-bottom: 7.5rem !important;
    }
    .border-lg-start {
        border-left: 1px solid var(--bs-light-gray) !important;
    }
    .border-lg-bottom {
        border-bottom: 1px solid var(--bs-light-gray) !important;
    }
    .ms-lg-6 {
        margin-left: 4rem !important;
    }
    .py-lg-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .my-lg-8 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .border-lg-end {
        border-right: 1px solid var(--bs-light-gray) !important;
    }
    .process-item .process-item-number {
        font-size: 5.584rem;
        position: absolute;
        color: #e1e1e1;
        left: 0;
        top: 0;
        -webkit-transform: translate(-127%, -21%);
        -ms-transform: translate(-127%, -21%);
        transform: translate(-127%, -21%);
        font-weight: 900;
        background-color: #fff;
    }
    .pl-working {
        padding-left: 5rem !important;
    }
    .process-item {
        position: relative;
        display: inline-block;
    }
}
.dot {
    /* display: inline-block; */
    color: var(--bs-primary);
    width: 150px;
    height: 150px;
    /* line-height: 100px; */
    border-radius: 50%;
    font-size: 30px;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 40%);
    background-color: #f9f3f3;
}
.dot:hover {
    border-color: #e6dbdb;
    color: var(--bs-dark-light);
    -webkit-transition: border 1s ease-out;
    -moz-transition: border 1s ease-out;
    -o-transition: border 1s ease-out;
    transition: border 1s ease-out;
}
.border-process-1 {
    border: 10px solid #a5cc5c;
}
.border-process-2 {
    border: 10px solid #0082f8;
}
.border-process-3 {
    border: 10px solid #3331af;
}
.border-process-4 {
    border: 10px solid #1ebad0;
}
.border-process-5 {
    border: 10px solid #0082f8;
}
.border-process-6 {
    border: 10px solid #afa231;
}
.work-process-integration-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 25px;
    justify-items: center;
}
/* .work-process-integration-list li .process-single-integration {
    -webkit-box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
    box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
    display: block;
    margin: auto;
    background: #e9ecef;
    padding: 0px 2px 20px 2px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */
/* .process-circle {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */
/* .process-circle .process-circle-number {
    font-size: 5.584rem;
    color: #e1e1e1;
} */
/* .process-connect-line.first {
    position: relative;
    margin-right: -43px;
    margin-left: -43px;
} */
/* .process-connect-line {
    position: relative;
    top: auto;
    right: auto;
    z-index: -1;
    width: 100px;
    height: 1px;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px dashed var(--bs-primary);
} */
