.custom-list ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.custom-list ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.custom-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #1f2e51;
  border-radius: 50%;
}

.job-content h4 {
  margin-top: 3rem;
  color: #1f2e51 !important;
}
.job-content .job-row {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  font-size: 16px;
  color: #1f2e51;
  gap: 20px;
  margin: 10px 0 1rem 0;
}
.job-content .job-row .job-icon {
  width: 20px;
  margin-right: 8px;
  font-size: 20px;
  line-height: 1;
}
.job-content .job-row .job-icon img {
  width: 20px;
  height: auto;
  display: block;
}
.job-content .job-row .job-text {
  margin-bottom: 0;
  line-height: 1.4;
}

.career-summary-box .career-summary-item {
  border: 1px solid #e1ecf8;
  border-radius: 4px;
}

.job-offer-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .job-offer-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .job-offer-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.job-card {
  background: #ffffff;
  border-radius: 4px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.job-card.border {
  border: 1px solid #e1ecf8;
}
.job-card .job-card-header {
  margin-bottom: 20px;
}
.job-card .job-card-header .job-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2e51;
}
.job-card .divider {
  height: 1px;
  background-color: #e1ecf8;
  width: 100%;
  margin: 2rem 0;
}
.job-card .job-card-row {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  font-size: 16px;
  color: #1f2e51;
  gap: 20px;
  margin-bottom: 10px;
}
.job-card .job-card-row .job-card-icon {
  width: 20px;
  margin-right: 8px;
  font-size: 20px;
  line-height: 1;
}
.job-card .job-card-row .job-card-icon img {
  width: 20px;
  height: auto;
  display: block;
}
.job-card .job-card-row .job-card-text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
.job-card .job-card-footer {
  margin-top: 24px;
}
.job-card .job-card-footer .job-card-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1f2e51;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s ease;
}

.btn {
  margin-top: 2rem;
}
.btn a {
  padding: 12px 24px;
  background: #1f2e51;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}
.btn a:hover {
  color: #fff;
}

/*# sourceMappingURL=job-offer.css.map */
