.jazzhr-job-listing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dotted #a1a1a1;
}

.jazzhr-job-listing:last-of-type {
	border-bottom: 0;
}

.jazzhr-job-details {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.jazzhr-header h3 {
  font-weight: 600;
  color: #54595f ;
  margin-bottom: 3px;
}

.jazzhr-header h3:hover 
{
  color: #0078ae;
}

.jazzhr-sub-details {
  font-size: 14px;
  font-weight: 500;
}

.jazzhr-cta {
  font-weight: 500;
}

.jazzhr-cta  .fa-chevron-right {
	font-size: 14px;
	padding-left: 10px;
}

/* Media queries moblie */
@media screen and (max-width: 768px) {
  .jazzhr-job-listing {
    flex-direction: column;
    row-gap: 5px;
  }
}