
.work-process-wrap .right-shape .d-flex {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.work-process-wrap .process-icon-item .process-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    height: 8.75rem;
    width: 8.75rem;
    line-height: 1;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2.1875rem 0 rgba(119, 119, 120, 0.13);
    box-shadow: 0 0 2.1875rem 0 rgba(119, 119, 120, 0.13);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.work-process-wrap .process-icon-item .process-icon i {
    font-size: 2.753rem;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.work-process-wrap .process-icon-item .process-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.text-right {
    text-align: right !important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

@media (max-width: 575px){

 .process-icon{
        width: 5rem !important;
        height: 5rem !important;
    }
}
