
	.news-header__content {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

        -ms-flex-direction: row;

            flex-direction: row;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between
}

@media (max-width: 1023px) {

    .news-header__content {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column
    }
}

	.news-header__title {

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-text-opacity: 1;

    color: rgb(var(--color-site-text-two) / var(--tw-text-opacity))
}

	.news-header__text {

    font-weight: 400
}

	.news-header__image {

    height: 557px;

    overflow: hidden;

    border-top-left-radius: 32px;

    border-bottom-right-radius: 32px
}
	.news-item {

    position: relative;

    overflow: hidden;

    border-top-left-radius: 1rem;

    border-bottom-right-radius: 1rem;

    border-width: 0px;

    --tw-bg-opacity: 1;

    background-color: rgb(var(--color-site-bg-one) / var(--tw-bg-opacity));

    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);

    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);

    -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);

            box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);

    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);

    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);

            box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)
}

	.news-item__title {

    font-size: 1.125rem;

    line-height: 1.75rem;

    --tw-text-opacity: 1;

    color: rgb(var(--color-primary) / var(--tw-text-opacity))
}

	.news-item__text {

    line-height: 32px
}

	.news-item__info {

    display: none
}

	.news-item__content {

    min-height: 140px;

    padding: 1.5rem;

    padding-right: 62px
}

	.news-item__read-more {

    position: absolute;

    bottom: 0px;

    right: 0px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 54px;

    width: 54px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    border-top-left-radius: 1rem;

    border-bottom-right-radius: 1rem;

    --tw-bg-opacity: 1;

    background-color: rgb(var(--color-tertiary) / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(var(--color-white) / var(--tw-text-opacity))
}


/*# sourceMappingURL=news.0ff733e9a95e9ad4031f.css.map*/