.career-section {
  position: relative;
}

.career-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  max-width: 550px;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.career-overlay h2 , p{
    color: rgba(81, 37, 32, 1);
}
.career-overlay-mobile {
  background-color: #fff;
}

.text-orange {
  color: #f05a28;
}

.about-counter{
    width: 100%;
}
/* Stat Box */
.stat-box1 {
  flex: 1 1 250px;
  max-width: 100%;
}

/* Stat Labels */
.stat-box1 h4 {
  font-size: 2.5rem;
  color: rgba(239, 121, 73, 1);
  margin-bottom: 8px;
}

/* Stat Numbers */
.stat-box1 h2 {
  font-size: 7rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

.stat-box1 h2::after {
  content: "+";
  font-size: 100px;
  margin-left: 4px;
  color: rgba(239, 121, 73, 1);
}

/* Stat Description */
.stat-box1 p {
  font-size: 16px;
  color: white;
  margin-top: 10px;
  line-height: 1.4;
}/* Shared styles */
@media (max-width: 992px) {
   .custom-container {
  max-width: 1200px;
  margin: 0 20px; /* center it */
}
}

.meet-mind h2{
font-size: 48px;
color: rgba(81, 37, 32, 1);

}
.meet-mind p{
color: rgba(74, 63, 62, 1);
font-size: 16px;
}