
.mob-section-slider {
    display: none;
}
.third-mobile{
    display: none;
}

@media (max-width: 1023.98px) {
    .mp-top-fw .sc-item {
        min-height: 48px;
        font-size: 13px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .third-mobile{
        //display: block;
    }
    .third-desktop{
        //display: none;
    }
    .mob-section-slider {
        display: block;
        border-bottom: 1px solid #E1E1E1;
        margin-bottom: 12px;
    }

    .mob-section-slider .swiper-slide {
        width: auto;
    }

    .mp-third .mp-third-wrap .mp-third-head {
        margin-bottom: 0;
    }

    .mob-section-slider .swiper-slide a {
        color: var(--PersianGreen, #008A8A);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 20.8px */
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-family: "Moldezh_H";
    }
}