
.job-posting {
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

h1 {
  color: #333;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

h2 {
  color: #007bff;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

h4 {
  color: #007bff;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

h3 {
  color: #007bff;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

p,
li {
  color: #555;
  line-height: 1.6;
  font-size: 16px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

/* Apply Font Awesome icon to list items within the .job-responsibilities class */
.job-responsibilities ul li:before {
  content: "\f0da";
  /* Font Awesome 'angle' icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #007bff;
}

.how-to-apply {
  background-color: #f1f1f1;
  padding: 15px;
  margin-top: 30px;
  border-left: 4px solid #007bff;
  border-radius: 4px;
}

.how-to-apply p {
  margin: 0;
}
