@media screen and (max-width: 400px){
	.breadcrumb p{
	font-size: 12px;
}
.kira_post_left {
    background: white;
    padding: 0px 10px;
}
	.kira_post_top {
    width: 100%;
    padding: 1px 9px;
    margin: 10px auto 0px;
    border-bottom: 0px;
    border-radius: 14px;
}
		.post_title h1 {
    color: var(--pri);
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    font-size: 23px;
}
	.hero_featured {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0px auto 27px;
    width: 94%;
    background: white;
    padding: 23px 0px 23px;
}
	.single_post_meta_below_title {
    width: 99%;
    display: flex;
    margin: 10px auto;
    justify-content: space-between;
    text-align: right;
    flex-direction: column;
    gap: 10px;
}
	.single_post_meta p {
    font-size: 11px;
}
	
}