.common-img {
    margin-bottom: 50px;
    margin-top: 30px;
}

.products_dec {
    max-width: 650px;
}

.title-h3 {
    margin-top: 20px;
    text-align: center;
}

.steps-container .step {
    background: white;
}

.bottom-text {
    margin-bottom: 30px;
}

.steps-container .step-content p {
    max-width: 500px;
}

.steps-container .images img {
    width: 600px;
}

.custom-order {
    order: -1;
}

@media (max-width: 767px) {
    .steps-container .images img {
        width: 100%;
    }

    .custom-order {
        order: 0;
    }
    .title-h3 {
    text-align: left;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .image-text {
        gap: 20px;
    }

    .custom-order {
        order: 0;
    }
}