.process-wrapper-two {
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .process-wrapper-two {
        margin-top: 0px;
    }
}
.process-item {
    padding: 20px;
    padding-right: 90px;
    background-color: #2c2c2c;
    border-radius: 21px;
    position: relative;
    transition: 0.3s;
}
@media only screen and (min-width: 768px) {
    .process-item {
        padding: 40px;
        padding-right: 240px;
        min-height: 240px;
    }
}
@media only screen and (min-width: 992px) {
    .process-item {
        padding-right: 130px;
    }
}
@media only screen and (min-width: 1200px) {
    .process-item {
        padding-right: 190px;
    }
}
@media only screen and (min-width: 1400px) {
    .process-item {
        padding-right: 240px;
    }
}
.process-item:not(:last-child) {
    margin-bottom: 20px;
}
.process-item:hover {
    background-color: #ff6d39;
}
.process-item:hover::after {
    color: #fff;
}
.process-item::after {
    content: attr(data-after);
    position: absolute;
    right: 30px;
    top: 30px;
    font: 400 40px "DM Sans", sans-serif;
    transition: 0.3s;
    color: #535353;
}
@media only screen and (min-width: 768px) {
    .process-item::after {
        font-size: 80px;
    }
}
@media only screen and (min-width: 992px) {
    .process-item::after {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .process-item::after {
        font-size: 80px;
    }
}
.process-item h6 {
    font: 600 18px "DM Sans", sans-serif;
    margin-bottom: 10px;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .process-item h6 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .process-item h6 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1200px) {
    .process-item h6 {
        font-size: 24px;
    }
}
.process-item p {
    font: 400 16px/1.47 "DM Sans", sans-serif;
    color: #fff;
}
@media only screen and (min-width: 576px) {
    .process-item p {
        font-size: 18px;
        line-height: 1.67;
    }
}
