.award-steps-block {
    margin-top: 20px;
}

.award-steps-block .row {
    position: relative;
    padding-bottom: 20px;
}

.award-step {
    min-height: 204px !important;
    position: relative;
}

.award-steps-block .row div.col-md-12 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.steps-line:before {
    top: -20px;
    position: absolute;
    width: 100%;
    height: calc(100% + 8px);
    content: "";
    border: double 8px transparent;
    border-radius: 34px;
    background-image: linear-gradient(white, white),
        linear-gradient(180deg, rgba(163, 199, 234, 1) 0%, rgba(16, 112, 202, 1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.row.line-0::before {
    border: none;
}

.steps-line.line-1:before {
    background-image: linear-gradient(white, white),
        linear-gradient(180deg, rgba(163, 199, 234, 1) 0%, rgba(89, 155, 218, 1) 100%);
    border-left: none;
    border-radius: 0 34px 34px 0;
    right: -14px;
}

.steps-line.line-2::before {
    background-image: linear-gradient(white, white),
        linear-gradient(180deg, rgba(89, 155, 218, 1) 0%, rgba(16, 112, 202, 1) 50%);
    width: 50%;
    border-right: none;
    border-radius: 34px 0 0 34px;
    left: -14px;
}

.steps-line.line-3::before {
    background-image: linear-gradient(white, white),
        linear-gradient(180deg, rgba(16, 112, 202, 1) 0%, rgba(16, 112, 202, 1) 100%);
    width: 50%;
    height: 20%;
    border-bottom: none;
    border-left: none;
    border-radius: 0 34px 0 0;
    left: 14px;
}


.award-step:before {
    background-color: #0f70ca;
    border-radius: 50%;
    bottom: -33px;
    content: "";
    display: block;
    height: 1.625rem;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 1.625rem;
    z-index: 5;
}

@media (max-width: 991.9px) {
    .steps-line:before {
        border-top: none !important;
        border-bottom: none !important;
        border-right: none !important;
        border-left: double 8px transparent !important;
        border-radius: 0 !important;
        height: 100% !important;
        left: calc(50% - 4px) !important;
        top: 0px !important;
    }
    .steps-line.line-3::before {
        height: 20% !important;
    }
    .award-steps-block .row {
        padding-bottom: 0px !important;
    }
    .award-step:before {
            bottom: -30px !important;
    }

}