/* Our Process type 2
-------------------------------------------------- */
.our-process-wrap-type2 {
    border: 1px solid #e4e4e4;
    display: table;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.our-process-item-type2 {
    text-align: left;
    display: table-cell;
    padding: 94px 4% 54px 4%;
    border-right: 1px solid #e4e4e4;
    position: relative;
}

.our-process-item-type2:last-child {
    border-right: 0;
}

.our-process-item-type2:after {
    content: "\e628";
    font-family: 'themify';
    font-size: 23px;
    opacity: 1;
    right: -12px;
    position: absolute;
    top: calc(50% - 30px);
    color: #e6e6e6;
    background-color: #ffffff;
    padding-top: 19px;
    padding-bottom: 19px;
}

.our-process-item-type2:last-child:after {
    content: "";
}

.our-process-item-type2 span {
    border: 3px solid #437df9;
    padding: 4px 18px 0px 6px;
    font-size: 20px;
    font-weight: 500;
    color: #437df9;
}

.our-process-item-type2 h4 {
    font-size: 28px;
    text-transform: uppercase;
    color: #171c24;
    margin: 12px 0 25px;
    font-weight: 500;
}

.our-process-item-type2 p {
    font-size: 14px;
    line-height: 1.6;
    color: #77818b;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .our-process-wrap-type2 {
        max-width: 100%;
    }
    .our-process-item-type2 {
        padding: 101px 40px 45px 40px;
    }
}

@media only screen and (max-width: 991px) {
    .our-process-wrap-type2 {
        max-width: 100%;
    }
    .our-process-item-type2 {
        padding: 101px 40px 45px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .our-process-item-type2 {
        text-align: center;
        display: block;
        border-bottom: 1px solid #e4e4e4;
    }
    .our-process-item-type2:after {
        content: "\e62a";
        right: 50%;
        color: #e6e6e6;
        background-color: #ffffff;
        top: 90%;
    }
    .our-process-item-type2 span {
        padding: 4px 13px;
    }
    .our-process-item-type2 h4 {
        margin: 14px 0 25px;
    }
}

@media only screen and (max-width:479px) {
    .our-process-item-type2 {
        text-align: center;
        display: block;
        border-bottom: 1px solid #e4e4e4;
    }
    .our-process-item-type2:after {
        content: "\e62a";
        right: 50%;
        color: #e6e6e6;
        background-color: #ffffff;
        top: 95%;
    }
    .our-process-item-type2 span {
        padding: 5px 12px;
    }
}
