.landing__block {
    max-width: 1100px;
    text-align: right;
    margin: auto;
}
.section-text {
    padding: 10px 20px;
}
.section-text h1 {
    font-family: Vazir;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.section-text h2, .product--title {
    font-weight: bold;
    color: #000000;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-top: 35px;
    text-align: center;
}
.section-text p {
    color: #757575;
    margin-bottom: 7px;
    font-family: Vazir;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: right;
}
.yalda_cards {
    display: flex;
}
.section-text .row {
    padding-top: 50px;
}
.footer__badge {
    height: 40px;
    position: relative;
    margin: 0 5px;
}
.footer__badge b {
    position: absolute;
    top: 12px;
    right: 5px;
    color: #de9565;
}
.landing__block .carts__block {
    justify-content: center;
    padding-bottom: 20px;
}
.landing__img--main {
    width: 1380px;
}
.landing__block .product-card {
    height: 398px;
    box-shadow: 0 5px 25px 0 rgba(155, 155, 155, 0.3);
}
.landing__block .carts__block::after {
    content: '';
    flex: 1 0 250px;
    max-width: 280px;
    margin: 10px;
}
.landing__block .carts__block.cards--old::after {
    content: none;
}
.cards--old .product-card:last-of-type {
    margin-left: 10px;
}
.landing__block .badge-container {
    overflow: visible;
    align-items: center;
}
.product-card p {
    margin-bottom: 0;
}
/* multi product */
.span--badge-relative {
    position: relative;
}
.span--flex-container {
    display: flex;
    justify-content: space-around;
}
.img--badge {
    cursor: pointer;
    height: 40px;
    margin: 0 5px;
}
.img--badge.badge-circle {
    width: 38px;
    height: 38px;
    margin: 0 2px;
    border: 1px solid gray;
    border-radius: 50%;
    color: #616161;
    padding-top: 3px;
    font-size: 11px;
}
.img--badge-span {
    display: block;
    line-height: 5px;
}


@media only screen and (max-width: 768px) {
    .section-text {
        padding: 5px 10px;
    }
    .section-text h1 {
        font-size: 20px;
        margin-top: 25px;
    }
    .section-text h2, .product--title{
        text-align: center;
        font-size: 18px;
        line-height: 27px;
        margin: 10px 0;
    }
    .section-text p {
        margin: 0;
        font-size: 14px;
        padding: 1px 15px;
        margin-bottom: 20px;
    }
    .landing__block .carts__block {
        padding-bottom: 5px;
    }
    .landing__block .carts__block::after {
        flex: 0 1 400px;
        max-width: 400px;
        min-width: 250px;
    }
    .section-text .row {
        padding-top: 20px;
    }
}