.breadcrumbs_container {
    display: none !important;
}
.st-news-public__bread-crumps-container{
    width: 100%;
    background-color: var(--main-medium-light-grey);
    font-weight: 500;
    line-height: 16px;
}
.st-news-public__bread-crumps {
    padding: 14px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.st-news-public__bread-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.st-news-public__bread-item-link {
    margin-right: 10px;
    text-decoration: underline;
}
.st-news-public__bread-item-link:hover {
    text-decoration: none;
}
.st-news-public__bread-item::after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: url(images/breadcrumps_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.st-news-public__bread-item--disabled::after {
    display: none !important;
}
/*-------------*/
/*    Title    */
.news-public__title {
    font-weight: 600;
    font-size: var(--font-size-14);
    line-height: 130%;
    margin-top: 60px;
    margin-bottom: 30px;
}
/*-------------*/
/*    Views    */
.news-public.view {
    font-size: var(--font-size-7);
    font-weight: 500;
    padding: 0 60px;
}
.news-public.view img {
    display: block;
    width: 100%;
}
.news-public.view ul,
.news-public.view ol,
.news-public.view dd {
    margin: revert;
    padding: revert;
    list-style: revert;
}
.news-public.view p {
    margin: revert;
}
.news-public.view .objectTitle {
    text-decoration: none;
}
.news-public.view #objimage {
    display: none;
}
/*-------------*/
.news-public {
    margin-bottom: 60px;
}

.news-public h2 {
    font-weight: 800;
}

.news-public h3 {
    font-weight: 700;
}
.news-public h4 {
    font-weight: 600;
}

.news-public .object {
    margin-top: 20px;
}

.news-public .objectTitle {
    font-weight: 600;
    font-size: var(--font-size-9);
    line-height: 24px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.news-public .objectTitle:hover {
    text-decoration: none;
}

.news-public .objectTitle .dataType_date {
    display: none;
}

.news-public .newsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: var(--font-size-7);
    line-height: 150%;
}

.news-public .newsContainer .objectImage {
    display: block;
    border-radius: 5px;
    margin-right: 10px;
}
.news-public .st-news-public__item {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    background-color: var(--main-medium-light-grey);
    border-radius: 10px;
    overflow: hidden;
}
.news-public .st-news-public__item-image-link {
    display: block;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35%;
    padding: 20px;
}
.news-public .st-news-public__item-image {
    display: block;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.news-public .st-news-public__item-content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-public .st-news-public__item-content-date {
    font-size: var(--font-size-4);
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
    color: var(--text-light-gray);
}
.news-public .st-news-public__item-content-title {
    font-size: var(--font-size-9);
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
}
.news-public .st-news-public__item-content-text {
    font-size: var(--font-size-7);
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}
.news-public .st-news-public__item-link {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: var(--font-size-7);
    font-weight: 600;
    line-height: 130%;
    margin-top: auto;
}
.news-public .st-news-public__item-link::after {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    background-image: url(images/green-round-arrow.svg);
}

@media (max-width: 992px) {
    .news-public .st-news-public__items-container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .news-public .st-news-public__item-image-link {
        width: 45%;
        padding: 20px 0 20px 20px;
    }
    .news-public .st-news-public__item-image {
        height: auto;
    }
}
@media (max-width: 768px) {
    #pageTitle {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
        padding-left: 15px;
    }
    .news-public.view {
        padding: 0 30px;
    }
    .news-public .st-news-public__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .news-public .st-news-public__item-image-link {
        width: 100%;
        padding: 0;
    }
    .news-public .st-news-public__item-image {
        border-radius: 0;
    }
}

@media (max-width: 576px) {
    .news-public__title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: var(--font-size-9);
    }
    .news-public .st-news-public__items-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .news-public .newsContainer .objectImage {
        width: 90px;
    }
    .news-public.view {
        padding: 0 15px;
    }
}