.newsSliderCard[data-v-92e0bd1c] {
    font-family: Inter;
    font-style: normal;
    color: #000;
    margin-left: 58px;
    margin-right: 0;
    width: 264px
}

.newsSliderCard[data-v-92e0bd1c]:hover {
    cursor: pointer
}

.newsSliderCardImage[data-v-92e0bd1c] {
    width: 100%;
    border-radius: 4px;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover
}

.nnewsSliderCardTitle[data-v-92e0bd1c] {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    word-break: break-word;
    color: var(--news_text_color)
}

.newsSliderSourceArea[data-v-92e0bd1c] {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    letter-spacing: -.01em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: var(--news_text_header_color)
}

.newsSliderSource[data-v-92e0bd1c] {
    display: inline-block;
    margin-bottom: 17px
}

.newsSliderTime[data-v-92e0bd1c] {
    display: inline-block;
    font-size: 8px
}

@media screen and (max-width:1200px) {
    .newsSliderCardImage[data-v-92e0bd1c] {
        width: 100%;
        border-radius: 4px;
        height: 200px
    }

    .newsSliderCard[data-v-92e0bd1c] {
        margin-left: 10px;
        margin-right: 0;
        width: 260px;
        margin-right: 30px
    }
}

@media screen and (max-width:700px) {
    .newsSliderCard[data-v-92e0bd1c] {
        width: 190px;
        margin-right: 20px
    }

    .newsSliderCardImage[data-v-92e0bd1c] {
        width: 100%;
        border-radius: 4px;
        height: 134px
    }
}
