
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.links_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px;
}
.links_items .item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.links_items .item:hover {
    text-decoration: none;
}
.links_items .item .title:hover, .links_items .item:has(.image:hover) .title {
    text-decoration: underline;
    text-decoration-color: #48b1b8;
}
.links_items .item .previewtext {
    margin: 15px 0;
}
.links_items .image img {
    max-width: 410px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 314px;
    min-height: 314px;
}
.links_items .item .wmt-line {
    margin-top: auto;
}
.links_items .item .title {
    color: #48b1b8;
    font-weight: bold;
    font-size: 20px;
}
.links_items .wmt-line {
    margin-top: auto;
}
.service-blocks__item.service-blocks__full [id]:before {
    display: block;
    content: " ";
    margin-top: -175px;
    height: 175px;
    visibility: hidden;
    position: absolute;
    top: -50px;
}

@media screen and (max-width: 550px) {
    .links_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .links_items .item__flex {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .links_items .wmt-line {
        display: none;
    }
    .links_items .image img {
            max-height: 100px;
            min-height: 100px;
            min-width: 150px;
    }
    .links_items .item .title {
        font-size: 16px;
    }
    .main-banner__info .wmt-line {
        display: none;
    }
}
/*.service-blocks__description h2[id] {*/
.service-blocks__description h2.title__colored-bg {
    background: #66CCCC;
    color: #fff;
    padding: 15px;
}
.service-blocks__description [id]:before, .service-blocks__description .panel-collapse {
    background: #ffffff;
}
.service-blocks__description .button:not(:last-child) {
    margin-bottom: 30px !important;
}

