.hs_reachmee_jobs 
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	transition: transform 0.2s ease;
}
.hs_reachmee_job 
{
  background: #fff;
  padding: 20px;
  text-align: left;
	transition: transform 0.2s ease;
	border-radius:5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.hs_reachmee_job:hover 
{
  transform: scale(1.05);
}
.hs_reachmee_job_title
{
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	margin-top: 0px;
	color:#333;
}
.hs_reachmee_job_employer
{
	font-size:16px;
	color:rgba(0,0,0,0.3);
}
.hs_reachmee_job_image 
{
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 12px;
}
.hs_reachmee_job_expiration_date
{
	color:#000;
	//margin-top:auto;
	font-size:15px;
	font-weight:300;
}
.hs_reachmee_job_bottom
{
	margin-top:auto;
	padding-top:10px;
}
.hs_reachmee_job_link
{
	display: flex; 
	flex-direction: 
	column; 
	height: 100%;
}
.hs_reachmee_job_area
{
	font-size:15px;
	color:#000;
}

