

/* Start:/bitrix/templates/movicom/components/bitrix/news.list/team/style.css?1788448720883*/
div.news-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.news-list img.preview_picture {
    width: 300px;
    height: 235px;
    object-fit: cover;
    opacity: .8;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

div.news-list img.preview_picture:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	opacity: 1;
}

.news-item .image {
    width: 300px;
    height: 235px;
    overflow: hidden;
}

.news-date-time {
    color: #486DAA;
}

.news-list .name {
    margin: 10px auto 5px
}

.news-item {
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.news-item p {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .news-item {
        max-width: 100%;
    }
}

/* End */
/* /bitrix/templates/movicom/components/bitrix/news.list/team/style.css?1788448720883 */
