
    .step-grid-main .step-grid-row .step-row {
        background-color: #fff;
        -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
        box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
        padding: 30px 20px 30px;
        border-radius: 4px;
    }
 
    .step-grid-main .step-grid-side .step-grid {
        transform: unset !important;
        position: sticky !important;
        top: 150px !important;
        margin-left: 50px;
    }
 
 
    .step-grid-main h4 .original-price {
        color: #999;
        text-decoration: line-through;
        font-size: 15px !important;
        margin-left: 0.5rem;
    }
 
    span.original-price.me-2 {
        color: #999;
        text-decoration: line-through;
        font-size: 15px !important;
        margin-left: 0.5rem;
    }
 
    .step-grid-main h4 {
        font-size: 1.5625rem;
        line-height: 1.1;
        font-weight: 600;
    }
 
    .step-grid-main .step-grid-row .step-row h3 {
        font-size: 32px;
    }
 
    .step-grid-row.col-md-4,
    .step-grid-main .step-grid-row .step-row {
        height: 100%;
    }
 
    .step-grid-main .step-grid-row .step-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
 
    .step-row .sec-heading {
        text-align: center;
    }
 
 
 
 
 
 
 
    .step-grid {
        position: static;
    }
 
    .step-grid-main {
        display: flex;
        align-items: stretch;
    }
 
    .step-grid-left .step-row .row {
        width: calc(100% - 0px);
    }
 
    .step-grid-main .step-grid-left {
        width: calc(100% - 250px);
        /* gap: 20px; */
        display: flex;
        /* flex-direction: column; */
        align-items: flex-start;
    }
 
    .step-grid-main .step-grid-side {
        transform: unset !important;
        position: static !important;
    }
 
 
 
 
    .step-grid-main .step-grid-side {
        width: 250px;
    }
 
    body * {
        overflow: unset;
    }
 
 
    @media only screen and (max-width: 1400px) {
        .step-grid-main .step-grid-row .step-row h3 {
            font-size: 25px;
        }
 
        .step-grid-main .step-grid-row .btn {
            height: 50px;
            font-size: 17px;
        }
 
        .step-grid-main .step-grid-row .btn i {
            width: 42px;
            height: 42px;
        }
 
        .step-grid-main .step-grid-row .icn-list ul li {
            font-size: 16px;
            padding-left: 29px;
            line-height: 1.4;
        }
    }
 
 
    @media only screen and (max-width: 1366px) {
        .step-grid-main .step-grid-left {
            width: calc(100% - 0px);
        }
 
        .step-grid-main .step-grid-row .btn {
            font-size: 15px;
        }
 
        .btn.btn-arow span {
            padding-right: 8px;
            padding-left: 0;
        }
    }
 
 
    @media only screen and (max-width: 1199px) {
        span.original-price.me-2 {
            display: block;
        }
 
        .step-grid-main {
            flex-direction: column;
        }
 
        .step-grid-main .step-grid-side {
            width: 100%;
        }
    }
 
 
 

 
 