@media (max-width: 760px) {

    .step p {
        color: #333233;
        font-size: 0.875rem !important;
        line-height: 20px;
        padding: 32px 0px 0 7rem !important;
        text-align: left;
        margin: -157px 0 0;
    }

    [dir="rtl"] .step p {
        text-align: right;
        padding: 32px 8rem 0 0px !important;
    }
}

@media (max-width: 500px) {
    .curtain-selection .steps-container .step img {
        order: 2;
    }

    .curtain-selection .steps-container .step h3 {
        order: 1;
        width: 100%;
    }

    .curtain-selection .steps-container .step p {
        order: 3;
    }

    .steps-container .step::after {
        top: 180px !important;
    }
}

@media (max-width: 360px) {

    .steps-container .step:first-child::after {
        top: 87% !important;
        left: 2px !important;
        width: 52px;
        height: 47.042px;
    }

    .steps-container .step:nth-child(2):after {
        top: 74%;
        left: 2px !important;
        width: 27px;
        height: 16px;
        width: 52px;
        height: 47.042px;
    }
}