.back-img {
    background: url("../images/where-sell/bg.jpg");
    background-size: cover;
    background-repeat: round;
}

.h-fnt-sz {
    font-size: 30px !important;
}

.check-ol {
    list-style: "✔️ ";
    padding-left: 20px;
}

.lst-styl-dsc {
    list-style-type: disc;
}

.img-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    image-rendering: auto;
    filter: none;
}

.mx-hight {
    height: 650px;
}

.mt-address {
    margin-top: 275px;
}

@media (max-width: 1023px) {
    .mt-address {
        margin-top: 235px;
    }
}

/* حالت پیشفرض (دسکتاپ) */
.parent {
    display: flex;
    flex-direction: row;
    /* یا column */
}

/* حالت موبایل */
@media (max-width: 767px) {
    .section-address {
        order: 2;
        /* آدرس انبار دوم نمایش داده شود */
        margin-top: -180px !important;
        margin-bottom: 350px !important;
    }

    .section-info {
        order: 1;
        /* قسمت "کاغذ باطله را کجا بفروشیم" اول نمایش داده شود */
    }

    .fnt-sz-services {
        font-size: 90% !important;
    }
}

@media (max-width: 500px) {
    .h-fnt-sz {
        font-size: 27px !important;
    }
}

@media (max-width: 412px) {
    .ol-lft-mrg {
        margin-left: -25px !important;
    }

    .h-fnt-sz {
        font-size: 25px !important;
    }

    .fnt-sz-services {
        font-size: 90% !important;
    }
}