@media screen and (max-width: 400px){
	
	:root{
		--gtcw: 321px;
	}
/*Hero Heder Design*/
.hero_header {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 200px;
    background: white;
    border-radius: var(--curve);
    box-shadow: var(--sha);
    gap: 0px;
}
	.hero_header_left h2 {
    font-size: 30px;
    font-weight: 600;
    background: white;
    color: var(--bgdim);
}
	.hero_header_left p {
    font-size: 16px;
    color: var(--bgdim);
    background: white;
    padding: 8px;
    width: 84%;
    margin: 0px auto;
}
	
.custom_featured_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	overflow: hidden;
	margin: 0px auto;
	width: 90%;
}
	.post_top_share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    display: none;
}
	
	.pagination {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 40px;
    border: 1px solid gainsboro;
    font-size: 1.6rem;
    border-radius: 39px;
    color: var(--bgdim);
}
	/**Job Card **/
	
	.job_upper {
    margin: 0px 14px;
    max-width: 100%;
}
	
	.job_upper img {
    max-width: 100% !important;
    border-radius: 12px;
}
	.job_middle {
    align-items: center;
    text-align: center;
}
	.job_bottom a button {
    background: var(--prigri);
    height: 40px;
    width: 86%;
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: none;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 45px;
    cursor: pointer;
    display: flex;
}
	
	/** Post Page Control **/
	
	.homemint_page {
    display: flex;
    flex-direction: column;
    width: 96%;
    margin: 0px auto;
    grid-gap: 20px;
    padding: 0px;
}
	
	.body-left-page {
    background: white;
    padding: 2px !IMPORTANT;
}
	
	h1.posttitle {
    padding: 0px;
    font-size: 23px;
    color: var(--bgdim);
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
    margin: 0px auto;
}
	
	.breadcrumb {
    margin: 0px;
    text-align: left;
    padding: 4px 0px 0px;
    font-size: 1.3rem;
}
	
.post_top_info {
    display: flex;
    width: 100%;
    border-bottom: none;
    margin: 0px auto;
    padding: 6px 2px;
    box-sizing: border-box;
    border-radius: 12px;
    gap: 3px;
    font-size: 10px;
    text-align: center;
    justify-content: space-between;
    overflow-x: scroll;
    max-width: 100%;
}

	.post_top_info_meta {
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
}

	
.post_top_info p, .post_top_info a {
    font-size: 1.3rem;
    padding: 0px;
    margin: 0px;
    color: var(--bgdim);
}
	
	.author-box {
    max-width: 95%;
    margin: 10px auto;
    border-radius: var(--curve);
    padding: 10px 10px;
    background: white;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
}
	
	.author-info h3, .author-info h3 a {
    width: 98%;
    margin: 10px 0px;
    font-size: 1.8rem;
    color: var(--pri);
    text-align: center;
}
	
	.author-info p {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 1.6rem;
	text-align: center;
}
	.body-right {
    width: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 25px;
    display: none;
}
	
	.universal_control {
    position: fixed;
    width: 60px;
    right: 0px;
    bottom: 26px;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: auto;
    align-content: center;
}
	header .search_icon {
    position: absolute;
    top: 13px;
    right: 13px;
    height: 26px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	/*Mobile Fotter Design**/
	
.footer_top_section_heading h2 {
    font-size: 2.2rem;
    color: var(--bgdim);
    font-weight: 600;
    text-align: center;
    margin: 0px;
}
	.footer_top_section_content p {
    font-size: 1.6rem;
    text-align: left;
    color: var(--bgdim);
    margin: 10px auto;
    text-align: center;
}
	.footer_social_icons_section ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 50px);
    grid-gap: 10px;
    justify-content: center;
}
	.footer_top_section_content ul {
    list-style: none;
    padding: 0px;
    margin: 20px auto;
    text-align: center;
}
	
	
}