/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 15 2024 | 11:15:11 */
.ProjektStatusSinglePage {	
    padding: 2px 12px 4px 12px;
    border-radius: 4px;
    color: white;
    width: fit-content;
    margin: 8px 0px 0px 0px;
    font-weight: 600;
}


.post-thumbnail {
	width: 100%;
}


.recommended-projects img {
    display: flex;
    height: 200px;
    max-width: 100%;
    width: 100%;
}



.title-section-recommended-projects {
	margin: 80px 0px -40px 0px;
}


/*блок рекомендованные записи*/
.recommended-projects {
	display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}