.journey-snapshot_section {
    background-color: #F5F4EF;
    padding: 110px 20px;
}

.journey-snapshot_container {
    max-width: 630px;
    margin: 0 auto;
}

.js_heading {
    color: #323232;
    font-family: BioRhyme;
    font-size: 36px;
    font-weight: 700;
    line-height: 42.192px;
    margin-bottom: 65px;
    text-align: center;
}

.js_steps-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    background: url(../../../../content/dam/asianpaintsbeautifulhomes/full-home-interior/steps-arrow.png) no-repeat 120px 40px;
    margin-bottom: 64px;
}

.js_step-div {
    text-align: center;
    cursor: pointer;
    padding: 0 10px 24px;
    border-radius: 10px;
}

.js_step-div:hover {
    background-color: #f6e3be50;
}

.js_step-img {
    width: 122px;
    margin-bottom: 8px;
}

.js_step-heading {
    color: #323232;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 31.3px;
    margin-bottom: 8px;
}

.js-step_discount {
    background-color: #FFF;
    border-radius: 10px;
    padding: 4px 10px;
    width: max-content;
    max-width: 126px;
    margin: 0 auto;
}
 
.js-step_discount span {
    color: #323232;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.js_step-description-heading {
    color: #323232;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    margin-bottom: 6px;
}

.js_step-description-desc {
    color: #323232;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.js_step-description-div {
    margin-bottom: 32px;
}

.js_step-description-div:last-child {
    margin-bottom: 0;
}

.js_step-description .js_step-div {
    display: none;
}

.js-display-none {
    display: none;
}

@media (max-width: 768px) {
    .journey-snapshot_section {
        background-color: #fff;
        padding: 50px 20px;
    }

    .js_step-description .js_step-div {
        display: block;
    }

    .js_heading {
        font-size: 26px;
        line-height: 33.8px;
        margin-bottom: 36px;
    }

    .js_steps-wrapper {
        display: none;
    }

    .js_step-div {
        display: block;
        position: relative;
        padding: 27px 20px 27px 136px;
        background-color: #f6e3be50;
        min-height: 121px;
        margin-bottom: 32px;
    }

    .js_step-heading {
        text-align: left;
    }

    .js_step-img {
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: darken;
    }

    .js-step_discount {
        margin: 0;
    }

    .js_step-description {
        display: block;
    }

    .js_step-description-div:last-child {
        margin-bottom: 64px;
    }
}