

#jobylon-jobs-widget .jobylon-job-list-page {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 1.25rem;
}

@media (min-width: 768px) {
  #jobylon-jobs-widget .jobylon-job-list-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#jobylon-jobs-widget .jobylon-job-descr {
    display: block !important;
}

#jobylon-jobs-widget .jobylon-hide {
    display: none !important;
}

#jobylon-jobs-widget .jobylon-job-list .jobylon-job-cover {
  display: block !important;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

#jobylon-jobs-widget .jobylon-job-list .jobylon-job {
  border: 0 !important;
background-color: #fff;
border-radius: 5px;
}

#jobylon-jobs-widget .jobylon-job-title {
  padding-bottom: 0px !important;
  color: #000 !important;
  font-weight: 700;
  font-family: "sofia-pro",Sans-serif !important;
}

#jobylon-jobs-widget .jobylon-job-excerpt {
  display: none;
}

#jobylon-jobs-widget .jobylon-job-details li {
  color: #000;
  font-family: "sofia-pro",Sans-serif !important;
}

#jobylon-jobs-widget .jobylon-function,
#jobylon-jobs-widget .jobylon-experience{
  display: none;
}

#jobylon-jobs-widget .jobylon-apply-btn {
  background-color: #E49C2F !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  border-radius: 50px;
  padding: 5px 20px;
}