.jobs {
  margin: 60px 0px;
}
.jobs .job {
  max-width: 399px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  transition: 0.2s ease-in all;
  margin-bottom: 24px;
  background: #fff;
}
.jobs .job-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.jobs .job-description {
  font-size: 16px;
  margin-bottom: 24px;
}
.jobs .job a {
  width: 100%;
  height: 51px;
  background: #243a7d;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.2s ease-in all;
}
.jobs .job a:hover {
  background-color: #243a7d;
}
.jobs .job:hover {
  transform: scale(1.05);
}

.no-jobs {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}
.no-jobs-photo {
  max-width: 290.36px;
  width: 100%;
  margin-bottom: 24px;
}
.no-jobs-text {
  font-size: 20px;
  max-width: 665px;
  font-weight: bold;
  text-align: center;
}
.no-jobs-follow-social-media {
  border-top: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  padding-top: 24px;
}
.no-jobs-follow-social-media li {
  margin: 0px 24px;
}
.no-jobs-follow-social-media li a {
  font-size: 18px;
  color: #000;
}
.no-jobs-follow-social-media li a:hover {
  color: #243a7d;
}

/*# sourceMappingURL=jobs.css.map */
