.section-light {
  background-color: #f6f6f6;
  padding: 80px 20px 200px;
  text-align: center;
  background-position: center bottom;
  background-size: contain;
  background-image: url("../images/CareersHero@2x.png");
}
.section-light img {
  max-width: 100%;
  height: auto;
}
.section-white {
  background-color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.section-white .g-4 .rowBox {
  margin-bottom: 20px;
}
.purpose-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.purpose-subtitle {
  font-size: 0.95rem;
  max-width: 750px;
  margin: 0 auto 40px;
  color: #666;
}
.role-box {
  border: 1px solid #eee;
  padding: 30px 20px;
  border-radius: 10px;
  height: 100%;
  transition: 0.3s;
  text-align: left;
}
.role-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.footer-banner {
  background-color: #00e07b;
  text-align: center;
}
.footer-banner .container {
  justify-content: space-between;
  padding-bottom: 40px;
  align-items: center;
}
.footer-banner h4 {
  color: #000;
  font-weight: 600;
}
.btn-upload {
  background-color: #2c1ce5;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
}
.btn-upload:hover {
  background-color: #1a0db8;
  color: #fff;
}
a {
  color: #2c1ce5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .role-box {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=career.css.map */