.kiwi-post-content{
	font-weight: 600;
	font-size: 16px;
	line-height: 183%;
	text-align: justify;
	color: #737477;
}

.kiwi-post-content a{
	font-weight: 700;
	color: var(--fs-color-secondary);
}

.kiwi-post-content__read-more{
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	font-size: 15px;
	line-height: 159%;
	text-decoration: underline;
	color: var(--fs-color-secondary) !important;
}

.kiwi-post-content__read-more:after{
	content: '';
	background-image: url(assets/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 15px;
	height: 10px;
	display: block;
}