

/* Start:/local/templates/sniper/components/bitrix/news/vakansii/bitrix/news.list/vakansii_list/style.css?1756375729874*/
.news-item {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.item__img {
    max-width: 413px;
    /* height: 250px; */
}

.item__img img {
    width: 100%;
    height: 100%;
}

.news__info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
    max-width: 295px;
    width: 100%;
}

.news__info .news__title {
    margin: 0 0 79px 0;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.news__info .news__btn {
    max-width: 295px;
    width: 100%;
}

@media (max-width:665px) {
    .news__info .news__title {
        margin: 0 0 20px 0;
    } 
}

@media (max-width:550px) {
    .news-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .news__info .news__title {
        margin-top: 15px;
        text-align: center;
    }

}

/* End */
/* /local/templates/sniper/components/bitrix/news/vakansii/bitrix/news.list/vakansii_list/style.css?1756375729874 */
