.proces-wrap {
    margin-top: 65px;
}
.prc-bx .prc-icon {
	background-color: var(--color-primary);
	border-radius: 100px;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    z-index: 1;
    position: relative;
}
.prc-bx .prc-name {
 	font-size: var(--f-fs-font-18);
    line-height: var(--f-fs-font-20);
    font-weight: var(--f-fw-bold);
    margin: 30px 0 26px;
}
.prc-bx p {
 	max-width: 286px;
 	margin: 0 auto;
}
.prc-bx {
	position: relative;
}
.proces-wrap .col-lg-3:not(:last-child) .prc-bx:before {
	position: absolute;
    content: '';
    width: 100%;
    border: 1px dashed var(--color-black);
    left: 50%;
    top: 30px;
    z-index: 0;
}
.prc-bx:after {
    position: absolute;
    content: '';
    width: 160px;
    height: 65px;
    background-color: #F9F9F9;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .prc-2 .prc-bx:before {
        display: none;
    }
    .prc-bx {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .proces-wrap {
        margin-top: 10px;
    }
    .prc-bx p {
        margin: 0;
    }
    .prc-bx {
        padding-left: 75px;
        padding-top: 10px;
        margin-bottom: 40px;
    }
    .prc-4 .prc-bx {
        margin-bottom: 0;
    }
    .prc-bx .prc-icon {
        position: absolute;
        width: 46px;
        height: 46px;
        left: 0;
        top: 0;
    }
    /* .prc-bx .prc-icon img {
        width: 25px;
    } */
    .prc-bx .prc-icon img {
        width: 25px;
        display: inline-block;
        height: fit-content;
        vertical-align: baseline;
    }
    .prc-bx .prc-name {
        margin: 0 0 15px;
    }
    .prc-bx:after {
        display: none;
    }
    .prc-2 .prc-bx:before {
        display: inline-block;
    }
    .proces-wrap .col-lg-3:not(:last-child) .prc-bx:before {
        width: 2px;
        height: calc(100% - 10px);
        left: 23px;
        top: 53px;
    }
}