#project-recipe-grid {
	border: 1px solid rgba(224, 224, 224, 0.45);
	background: rgba(255, 255, 255, 1);
	padding: 60px 45px;
	border-radius: 28px;
	align-items: center;
}

#project-recipe-grid a {
	display: block;
	padding: 10px 30px;
	color: white;
	background: rgba(255, 137, 1, 1);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	margin-top: 30px;
	width: max-content;
	border-radius: 5.25px;
}

.project-recipe-content {
	font-size: 22px;
	line-height: 125%;
	color: rgba(115, 115, 115, 1);
}

#project-recipe-grid .avatar {
	margin: 0 auto 15px auto;
	width: 295px;
	height: 295px;
	object-fit: cover;
	border-radius: 250px;
	border: 1px solid rgba(153, 153, 153, 1);
}

.project-recipe-fio {
	color: #333;
	font-size: 22px;
	line-height: 125%;
	font-weight: 700;
}

.project-recipe-post {
	font-size: 16px;
	line-height: 145%;
	color: #333;
}

@media (max-width: 992px) {
	#project-recipe-grid .avatar {
		height: 170px;
		width: 170px;
	}
	.project-recipe-fio,
	.project-recipe-content {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#project-recipe-grid a {
		margin: 30px auto 0 auto;
	}
	#project-recipe-grid .avatar {
		margin: 30px auto 15px auto;
	}
	#project-recipe-grid {
		padding: 30px 25px;
		border-radius: 20px;
	}
	.project-recipe-content {
		font-size: 16px;
		text-align: center;
	}
}