@media screen and (max-width: 1135px){
	
	.footer_top {
    display: grid;
    grid-template-columns: repeat(auto-fit, 300px);
    gap: 20px;
    width: 100%;
    place-content: center;
    padding: 20px 0px;
    align-items: center;
}
}

@media screen and (max-width: 768px){
	
	:root{
--gtcw: 322px;
	}
	.kira_nav {
    display: flex;
    width: 100%;
    margin: 0px auto;
    justify-content: center;
    background: var(--pri);
    border-bottom: 1px solid gainsboro;
    height: 55px;
    align-items: center;
}
	.menu_open svg{
	fill: var(--sec);
	}
	.kira_nav_right {
    display: none;
}
	.kira_nav_right_mobile {
    display: flex;
    justify-content: center;
    height: 00vh;
    background: white;
    text-align: center;
    width: 00vw;
    overflow: hidden;
}
	
.menu_open {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 16px;
    left: 10px;
    display: block;
}
	.post_featured_img {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.footer_top_child {
    min-height: auto;
    width: 100%;
}
	
}

@media screen and (max-width: 988px){
	  .kira_single_post_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    grid-gap: 20px;
    padding: 0px;
}
}