.process .row1,
.process .row2 {
    display: flex;
    justify-content: space-between;
    margin: auto;
}
section.process.pt-5.pb-5 {
    background: #f9fbfe;
}
.process .row1 {
    width: 630px;
}

.process .item {
    position: relative;
    cursor: pointer;
}

.process .item::before {
    content: "";
    display: block;
    width: 108px;
    height: 216px;
    background: #fff;
    border-top: 10px solid #303C52;
    border-bottom: 10px solid #303C52;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.process .item::before {
    border-bottom-right-radius: 800px;
    border-top-right-radius: 800px;
    border-right: 10px solid #303C52;
    right: -6px;
}

.process .item:first-of-type .num {
    left: -35px;
}

.process .item:last-of-type .num {
    right: -35px;
}

.process .item:first-of-type:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-origin: left;
    left: 93px;
}

.process .item>div::after {
    content: "";
    display: block;
    width: 32px;
    height: 25px;
    background: url(../Front/img/link.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
}

.process .row1 .item:first-of-type>div::after,
.process .row1 .item:last-of-type>div::after {
    bottom: 43px;
}

.process .row1 .item:first-of-type>div::after {
    right: -14px;
}

.process .row1 .item:last-of-type>div::after {
    left: -14px;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.process .icon {
    max-width: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
    z-index: 1;
}

.process .item>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 208px;
    height: 208px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    position: relative;
    border: 1px solid #303C52;
    padding: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.process .item .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #303C52;
    color: #fff;
    border: 10px solid;
    font-size: 21px;
    font-weight: 700;
    z-index: 1;
    -webkit-box-shadow: 5px 6px 0 #0000002e;
    -moz-box-shadow: 5px 6px 0 #0000002e;
    -ms-box-shadow: 5px 6px 0 #0000002e;
    -o-box-shadow: 5px 6px 0 #0000002e;
    box-shadow: 5px 6px 0 #0000002e;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.process .item .title {
    width: 72%;
    font-size: 17px;
    font-weight: 700;
    color: #3D3D3C;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
}

.process .item:hover .num {
    background: #4795a2;
}

.process .item:hover::before,
.process .item:hover::after,
.process .item:hover {
    border-color: #4795a2;
}

.process .row2 {
    width: calc(100% - 80px);
    margin: auto;
    margin-top: -40px;
    position: relative;
}

.process .row2::before,
.process .row2::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.process .row2::before {
    content: "";
    display: block;
    width: 208px;
    height: 208px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff url(/Front/img/MRS_logo.png) no-repeat center center;
    text-align: center;
    border: 1px solid #303C52;
}

.process .row2::after {
    content: "";
    display: block;
    width: 245px;
    height: 245px;
    background: url(/Front/img/dots.png) no-repeat center;
    background-size: contain;
}

.process .row2 .item>div::after {
    content: "";
    display: block;
    width: 177px;
    background: url(/Front/img/link2.png) no-repeat center;
    background-size: contain;
    position: absolute;
}

.process .row2 .item:last-of-type>div::after {
    left: -170px;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.process .row2 .item:first-of-type>div::after {
    right: -170px;
}

.process .row1:last-of-type .item:first-of-type>div::after,
.process .row1:last-of-type .item:last-of-type>div::after {
    top: 43px;
}

.process .row1:last-of-type {
    margin-top: -40px;
}

.process .row1:last-of-type .item:first-of-type>div::after {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.process .row1:last-of-type .item:last-of-type>div::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media (max-width: 2559px) {
    .process .row1 {
        width: 560px;
    }
    .process .row2 {
        width: 950px;
    }
    .process .row2 {
        width: 950px;
    }
    .process .item::before {
        width: 100px;
        height: 190px;
    }
    .process .item>div {
        width: 180px;
        height: 180px;
    }
    .process .item .num {
        width: 60px;
        height: 60px;
        border-width: 8px;
        font-size: 18px;
    }
    .process .item .icon {
        width: 45px;
    }
    .process .item .title {
        font-size: 15px;
    }
    .process .row2::after {
        width: 250px;
        height: 250px;
    }
    .process .row2::before {
        width: 230px;
        height: 230px;
        background-size: 90%;
    }
}

@media (max-width: 1199px) {
    .process .row1 {
        width: 480px;
    }
    .process .item:first-of-type:before {
        left: 77px;
    }
    .process .row2 {
        width: 840px;
        margin-top: -50px;
    }
    .process .item::before {
        width: 90px;
        height: 167px;
    }
    .process .item>div {
        width: 160px;
        height: 160px;
    }
    .process .item .num {
        width: 50px;
        height: 50px;
        border-width: 6px;
        font-size: 16px;
    }
    .process .item .title {
        font-size: 13px;
    }
    .process .row1 .item:first-of-type>div::after,
    .process .row1 .item:last-of-type>div::after {
        bottom: 28px;
    }
    .process .item:last-of-type .num {
        right: -25px;
    }
    .process .row1 .item:first-of-type>div::after,
    .process .row1 .item:last-of-type>div::after {
        bottom: 28px;
    }
    .process .row2::after {
        width: 180px;
        height: 180px;
    }
    .process .row2::before {
        width: 160px;
        height: 160px;
    }
    .process .row1:last-of-type {
        margin-top: -67px;
    }
}

@media (max-width: 991px) {
    .process .row1 {
        width: 405px;
    }
    .process .row2 {
        width: 655px;
        margin-top: -50px;
    }
    .process .item::before {
        width: 72px;
        height: 136px;
        border-top: 6px solid #303C52;
        border-bottom: 6px solid #303C52;
    }
    .process .item>div {
        width: 130px;
        height: 130px;
        padding: 10px;
    }
    .process .item .num {
        width: 40px;
        height: 40px;
        border-width: 5px;
        font-size: 14px;
    }
    .process .item .icon {
        width: 32px;
        margin-bottom: 5px;
    }
    .process .item .title {
        font-size: 10px;
    }
    .process .row1 .item:first-of-type>div::after,
    .process .row1 .item:last-of-type>div::after {
        bottom: 13px;
    }
    .process .row1 .item:first-of-type>div::after,
    .process .row1 .item:last-of-type>div::after {
        bottom: 13px;
    }
    .process .row2::after {
        width: 150px;
        height: 150px;
    }
    .process .row2::before {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 769px) {
    .process .item .title {
        font-size: 10px;
    }
    .process .item>div {
        width: 110px;
        height: 110px;
        padding: 10px;
    }
    .process .item::before {
        height: 113px;
        width: 65px;
    }
    .process .item:first-of-type .num {
        left: -20px;
    }
    .process .row2,
    .process .row1 {
        margin-bottom: 15px;
    }
    .process .row2 {
        width: 405px;
    }
    .process .row2 .item>div::after,
    .process .item>div::after,
    .process .row2::before,
    .process .row2::after {
        display: none;
    }
    .process .row2,
    .process .row1:last-of-type {
        margin-top: 0;
    }
    .process .item:first-of-type:before {
        left: 65px;
    }
}

@media (max-width: 575px) {
    .process .row1,
    .process .row2 {
        width: auto;
        margin: 0;
    }
    .process .row2,
    .process .row1 {
        width: 255px;
        margin: 10px auto;
    }
    .process .row2 {
        margin: 30px auto;
    }
}
