.wf-process .wfp-section-title h2 {
    font-weight: 600;
}

.wfp-content-wrapper .nav.nav-tabs {
    position: relative;
    border-bottom: none;
    margin-left: 4%;
}

.wfp-content-wrapper .nav.nav-tabs::before {
    position: absolute;
    top: 24px;
    border-bottom: none;
    content: "";
    width: 94%;
    height: 3px;
    background: linear-gradient(45deg, #fff 0%, B42318 10%, #B42318 90%, #fff 100%);
    background: -webkit-linear-gradient(45deg, #fff 0%, #B42318 10%, #B42318 90%, #fff 100%);
}

.wfp-content-wrapper .nav.nav-tabs li {
    width: 33.33%;
    text-align: center;
}

.wfp-content-wrapper .nav.nav-tabs li a {
    width: 50px;
    height: 50px;
    line-height: 44px;
    background-color: #fff;
    border: 3px solid #B42318;
    text-align: center;
    font-size: 22px;
    color: #B42318;
    transition: all ease 0.3s;
    margin: auto;
    padding: 0;
    transform: scale(0.7);
    border-radius: 0;
}

.wfp-content-wrapper .nav.nav-tabs li:hover a,
.wfp-content-wrapper .nav.nav-tabs li.active a {
    background: #B42318;
    color: #fff;
}

.wf-process .tab-content {
    padding-top: 20px;
}

.wf-process .wfp-image img {
    width: 100%;
}

.wf-process .wfp-content-holder {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .wfp-content-wrapper .nav.nav-tabs li h5 {
        font-size: 24px;
        max-width: 80%;
        margin: 12px auto 0 auto;
    }

    .wfp-content-wrapper .nav.nav-tabs li a {
        transform: scale(1);
    }

    .wf-process .tab-content {
        padding-top: 40px;
    }
    .wfp-content-wrapper .nav.nav-tabs {
        margin-left: 20%;
    }
    .wfp-content-wrapper .nav.nav-tabs li {
        width: 25%;
    }
    .wfp-content-wrapper .nav.nav-tabs::before {
        width: 80%;
    }
}

@media (min-width:992px) {
    .wf-process .wfp-content-holder {
        text-align: start;
    }
}