.hr-project-card{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: space-between;
}
.hr-project-card-footer{
	display: flex;
	flex-direction: row;
	gap: 1rem;
}
@media (max-width: 1360px) {
	.hr-project-card-footer{
		flex-direction: column;
		gap: 0.5rem;
		min-width: 12rem;
	}
}
