.process-wrapper {
    position: relative;
    z-index: 5;
    margin-top: 60px;
}
@media only screen and (min-width: 768px) {
    .process-wrapper {
        margin-top: 100px;
    }
}
.process-wrapper .process-line {
    border-bottom: 1px solid #222;
    position: absolute;
    left: 0;
    top: 113px;
    width: 100%;
    z-index: -1;
    display: none;
}
@media only screen and (min-width: 992px) {
    .process-wrapper .process-line {
        display: block;
        top: 83px;
    }
}
@media only screen and (min-width: 1200px) {
    .process-wrapper .process-line {
        top: 113px;
    }
}
.process-single-inner:hover .process-title::before {
    right: auto;
    left: 0;
    width: 100%;
}
.process-single-inner:hover .process-list {
    color: #D90A2C;
}
.process-single-inner .process-list {
    font: 400 20px "Bebas Neue", sans-serif;
    display: inline-block;
    margin-bottom: 10px;
    color: #FFFFFF;
    transition: 0.3s;
}
.process-single-inner .process-title {
    font: 400 25px "Bebas Neue", sans-serif;
    color: #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #222;
}
@media only screen and (min-width: 992px) {
    .process-single-inner .process-title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .process-single-inner .process-title {
        font-size: 36px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
.process-single-inner .process-title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: auto;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #515151;
    transition: 0.3s;
}
.process-single-inner p {
    font: 400 18px "Outfit", sans-serif;
    color: #DDDDDD;
}
@media only screen and (min-width: 992px) {
    .process-single-inner p {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1200px) {
    .process-single-inner p {
        font-size: 18px;
    }
}
