div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.team__items, .special__items {
    /*display: flex;
    flex-wrap: wrap;
    width: auto !important;
    margin: -12px;
    margin-bottom: 130px;*/
    margin: 0 auto;
    max-width: 1692px;
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
    padding-right: var(--padding-page);
    padding-left: var(--padding-page);
    padding-bottom: calc(var(--padding-page)* 1.5);
}

@media (max-width: 1709.98px) {
    .team__items, .special__items {
        max-width: 1342px;
    }
}

@media (max-width: 1365.98px) {
    .team__items, .special__items {
        max-width: 972px;
    }
}

@media (max-width: 991.98px) {
    .team__items, .special__items {
        max-width: 742px;
        padding: 0 6px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .team__items, .special__items {
        max-width: 552px;
        grid-template-columns: repeat(2, 1fr);
        padding-right: var(--padding-page);
        padding-left: var(--padding-page);
        padding-bottom: calc(var(--padding-page)* 1.5);
    }
}

@media (max-width: 575.98px) {
    .team__items, .special__items {
        max-width: 100%;
    }
    
    .team__item-shell, .special__item-shell {
        min-width: 0!important;
    }
}

.team__item-shell, .special__item-shell {
   /* padding: 12px;
    width: 20%;*/
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    min-width: 200px;
    /* border-radius: 10px; */
    border-radius: var(--radius-large);
    
}

.team__img-box, .special__img-box {
    border-radius: var(--radius-large) var(--radius-large) 0 0!important;
}

.team__name, .special__name{
    padding: 0 18px;
    color: var(--color-dark);
}

.team__desc, .special__desc {
    padding: 0 18px 18px;
    color: var(--color-dark);
}



/*
@media (max-width: 1365px) {
    .team__item-shell {
        width: 33.3333%;
    }
}

@media (max-width: 768px) {
    .team__item-shell {
        width: 50%;
    }
}

@media (max-width: 528px) {
    .team__item-shell {
        width: 100%;
    }
    .team__item-shell .team__item {
        width: 100%;
    }
}*/

.team__time, .special__time {
    font-size: 12px;
    padding: 0 18px;
    margin-top: -12px;
    color: var(--color-dark);
    opacity: 0.6;
    margin-bottom: 8px;
}
