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;
}

.hello .mini-slider .slider-text .arrow-next,
.hello .mini-slider .slider-text .arrow-prev {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.hello .mini-slider .slider-text .arrow-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='26' viewBox='0 0 17 26' fill='none'%3E%3Cg clip-path='url(%23clip0_2612_11)'%3E%3Cpath d='M16 25.2002L2 13.2002L16 1.2002' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2612_11'%3E%3Crect width='17' height='26' fill='white' transform='translate(17 26) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.hello .mini-slider .slider-text .arrow-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='26' viewBox='0 0 17 26' fill='none'%3E%3Cg clip-path='url(%23clip0_2612_8)'%3E%3Cpath d='M1 0.799805L15 12.7998L1 24.7998' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2612_8'%3E%3Crect width='17' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.hello .mini-slider .slider-text {
	padding-bottom: 16px !important;
	pointer-events: initial !important;
}

.hello .mini-slider .slider-text .arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 16px;
}

.hello .mini-slider .item {
	flex-direction: column;
	justify-content: space-between;
}

.hello .mini-slider .slider-text .arrow-next,
.hello .mini-slider .slider-text .arrow-prev {
	width: 20px;
	height: 20px;
	background-size: contain;
}