@font-face {
    font-family: 'Vazirmatn';
    src: url('../ttf/Vazirmatn-Medium.ttf') format('truetype');
    src: url('../ttf/Vazirmatn-Light.ttf') format('truetype');
}
.NewsContentTeaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-text-decoration: none;
    text-decoration: none
}

    .NewsContentTeaser:hover .NewsContentTeaser-image {
        -webkit-filter: brightness(80%);
        filter: brightness(80%)
    }

    .NewsContentTeaser:hover .NewsContentTeaser-headline {
        color: var(--color-NewsContentTeaser-hover-headline)
    }

    .NewsContentTeaser .NewsContentTeaser-image {
        margin: 0 auto var(--spacing-xxs) auto;
        -webkit-transition: .2s ease;
        transition: .2s ease;
        width: 100%
    }

@media (min-width:640px) {
    .NewsContentTeaser .NewsContentTeaser-content {
        padding-left: var(--spacing-xxs);
        font-family: 'Vazirmatn';
    }
}

.NewsContentTeaser .NewsContentTeaser-content .NewsContentTeaser-date {
    margin-bottom: var(--spacing-xxs)
}

.NewsContentTeaser .NewsContentTeaser-content .NewsContentTeaser-headline {
    margin-bottom: var(--spacing-xxs);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    font-family: 'Vazirmatn';
    text-align:justify;
    direction:rtl;
    font-size:14pt;
    font-weight:600
}

.NewsContentTeaser .NewsContentTeaser-content .NewsContentTeaser-text {
    margin-bottom: var(--spacing-xxs)
}
