 .je-cat-icon-plastic2 svg path {
            stroke: #12385C;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

.read-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.read-time span {
	display:flex;
	color: #12385C;
	font-size: 15px;
	font-weight: 400;
	line-height:1.66;
	letter-spacing: 0.75px;
}