.step-journey-sec {
    background: #e03103;
    padding: 100px 0;
    position: relative;
}

.step-journey-sec .text-box {
    text-align: center;
}

.step-journey-sec .text-box h2 {
    color: #fefefe;
    text-align: center;
    margin-bottom: 20px;
}

.btn-primry.start-btn {
    color: #222222;
    background-color: #fefefe;
    border-color: #fefefe;
    border: none;
}

.btn-primry.start-btn:hover {
    background-color: rgba(254, 254, 254, 0.2);
    color: #fff;
}