@media (min-width: 768px) {
    .fw-text-md-40-px {
        font-size: 40px !important;
    }
}

@media (min-width: 992px) {
    .process .process-step:before {
        content: '';
        height: 2px;
        display: block;
        background-color: #B7B7B7;
        position: absolute;
        width: 50%;
        top: 45px;
        left: 75%;
    }
}
