@media screen and (max-width: 400px){
	
	:root{
		--gtcw: 321px;
	}
/*Hero Heder Design*/
.hero_header {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
	flex-direction: column-reverse;
    min-height: 200px;
    background: white;
    border-radius: var(--curve);
    box-shadow: var(--sha);
    gap: 0px;
}
	
	.custom_featured_image {
    max-width: 90%;
    height: auto;
    margin: 20px auto;
    text-align: center;
    align-items: center;
    display: flex;
    box-shadow: var(--hoversha);
    width: 80%;
}
	.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: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0px auto;
    grid-gap: 20px;
    padding: 10px;
	justify-content: center;
}
	
	.body-left-page {
    background: white;
    padding: 2px !IMPORTANT;
}
	
	.post_top_info {
    display: flex;
    width: 100%;
    border-bottom: none;
    margin: 0px var(--spacing-medium);
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 10px;
    text-align: center;
}
	
	
	.post_top_info p {
    font-size: 1.3rem;
    padding: 0px;
    margin: 0px;
}
	
	.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;
    box-shadow: var(--sha);
    border: 1px solid gainsboro;
}
	
	.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;
}
	
	.social_share {
    position: fixed;
    bottom: 183px;
    width: 40px;
    height: 40px;
    background: var(--pri);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
	
	.universal_control {
    position: fixed;
    width: 60px;
    right: 0px;
    bottom: 150px;
    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;
}
	
}