.wf-nextsteps .wfn-content-holder {
    width: 296px;
    height: 296px;
    border: 4px solid #B42318;
    padding: 16px;
    margin: auto;
    margin-bottom: 24px;
    position: relative;
    transition: 0.4s;
}

.wf-nextsteps .wfn-content-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wf-nextsteps .wfn-icon {
    position: absolute;
    top: 44px;
    right: -28px;
    transition: 0.6s;
}

.wf-nextsteps .wfn-icon span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #B42318;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
}

.wf-nextsteps .wfn-icon span::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: scale(0);
    background: #2b5314;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.6s;
}

.wf-nextsteps .wfn-content-wrapper:hover .wfn-content-holder {
    border: 4px solid #2b5314;
}

.wf-nextsteps .wfn-content-wrapper:hover .wfn-icon {
    top: 36px;
}

.wf-nextsteps .wfn-content-wrapper:hover .wfn-icon span::before {
    transform: scale(1);
}

.wf-nextsteps .wfn-content {
    max-width: 276px;
    margin: auto;
}

.wf-nextsteps .wfn-content h4 {
    font-weight: 800;
}

.wf-nextsteps .wfn-image-wrapper .row>.col-lg-4:not(:last-child) {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .wf-nextsteps .wfn-content-holder-border {
        position: absolute;
        width: 172%;
        height: 2px;
        top: 50%;
        left: 50%;
        background: #B42318;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .wf-nextsteps .wfn-content-holder-border::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        left: 0;
        background: transparent;
        transform: translate(0, -50%);
    }

    .wf-nextsteps .wfn-image-wrapper .row>.col-lg-4:first-child .wfn-content-holder-border::before {
        background: #B42318;
    }

    .wf-nextsteps .wfn-content-holder-border::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        right: 0;
    }

    .wf-nextsteps .wfn-image-wrapper .row>.col-lg-4:last-child .wfn-content-holder-border::after {
        background: #B42318;
    }

    .wf-nextsteps .wfn-image-wrapper .row>.col-lg-4:not(:last-child) {
        margin-bottom: 0;
    }

}