.kiwi-post-date{
	display: flex;
	align-items: center;
	gap: 10px;
}

.kiwi-post-date p{
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #EBFFB4;
	margin: 0;
}

.kiwi-post-date svg path{
	fill: #EBFFB4;
}

@media (max-width: 549px) {
	.kiwi-post-date p{
		font-size: 14px;
	}
}