.job-summary-card {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
.job-summary-card h4 {
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.job-summary-card ul {
  list-style: none;
  padding: 0;
}
.job-summary-card ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
}
.job-summary-card ul li i {
  color: #ff5722;
  font-size: 1.2rem;
  margin-right: 10px;
}
.job-summary-card ul li strong {
  font-weight: bold;
  color: #333;
}
.summary {
  display: flex;
  flex-direction: column;
}
.apply-btn {
  background-color: #ff5722;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.apply-btn:hover,
.apply-btn:active,
.apply-btn:focus,
.apply-btn:focus-visible,
.apply-btn:focus-within,
.apply-btn:target {
  background-color: #0a165e;
}
.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
/* .content {
    margin-bottom: 40px;
  } */
.key-requirements ul,
.we-offer ul {
  list-style: none;
  padding: 0;
}
.key-requirements ul li::before,
.we-offer ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff5722;
  margin-right: 8px;
}
/* Media Query for screens <= 768px */
@media (max-width: 426px) {
  .content {
    font-size: 16px;
  }
  .section-title {
    text-align: left;
  }
  .job-summary-card ul li {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .job-summary-card ul li i {
    margin-bottom: 5px;
  }
  .job-summary-card ul li span {
    text-align: center;
  }
  .job-summary-card {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .apply-btn {
    width: 50%;
    font-size: 14px;
  }
}
/* Media Query for screens <= 768px */
@media (max-width: 325px) {
  .content {
    font-size: 15px;
  }
  .section-title {
    text-align: left;
  }
  .job-summary-card ul li {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .job-summary-card ul li i {
    margin-bottom: 5px;
  }
  .job-summary-card ul li span {
    text-align: center;
  }
  .job-summary-card {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .apply-btn {
    width: 50%;
    font-size: 10px;
  }
}
