@media screen and (max-width: 767px){
    /* english */
    body.page-template-template-goodnews:not(.rtl) .section-hero-blog .title {
        margin-left: 10px !important;
        margin-right: auto !important;
        max-width: 180px;
    }

    body.page-template-template-goodnews:not(.rtl) .section-blog-grid h2{
        font: 20px/1.3 Assistant,Arial,sans-serif;
    }

    /* hebrew  */
    body.rtl.page-template-template-goodnews .section-hero-blog .title {
        padding-right: 30px !important;
        margin-right: 0 !important;
        max-width: 180px;
    }
    body.rtl.page-template-template-goodnews .section-blog-grid h2{
        font: 20px/1.3 Assistant,Arial,sans-serif;
    }

    body:not(.rtl) .section-radio h2 .icon {
        right: -40px;
    }
    #main .section-timeline .container .text-white{
        margin-left:80px;
    }
}

.shari-flex-hero{
    background : none !important;
    background-color: none !important;
}

.ds-popup-wrapper {
    height: 420px !important;
}
@media screen and (max-width: 480px){
    .ds-popup-wrapper {
        height: 590px !important;
    }
}