.hero {
  /*box-shadow: #323232 0px 0px 1px;*/
 
  background:#f8f8fe;

}

.imgBehind {
  position: absolute;
  top: 0;
  right: 0;
}

.imgInFront {
  z-index: 1;
  position: relative;
  right: 0;
  width: 500px;
  object-fit: cover;
  object-position: center;
}

.heroText {
  font-weight: 800;
  font-size: 65px;
  color: #323232;
}

.heroText2 {
  font-weight: 400;
  font-size: 24px;
  color: #282828;
}

.heroText3 {
  font-weight: 400;
  font-size: 16px;
  color: #8c8c8c;
}

.textInFront {
  z-index: 2;
  width: 450px;
}

.flex-gap {
  gap: 10px;
}

.flex-gap-sm {
  gap: 10px;
}

.title-btn {
  background-color: #26a4ff;
  border: none;
  padding: 10px 20px;
  font-size: small;
  font-weight: 700;
}

.filterBtn {
  border: none;
  gap: 0.5rem;
}

.category {
  margin-left: 4rem;
  margin-right: 4rem;
  margin-top: 10rem;
}

.filterText {
  font-weight: 400;
  font-size: 14px;
  margin-top: 13px;
  color: #282828;
}

.heroPill {
  width: 600px;
  z-index: 2;
}

.sliderBtn {
  background-color: #282828;
  color: white;
}

.companyText {
  color: #8c8c8c;
  margin-top: 50px;
  margin-left: 100px;
  margin-bottom: 40px;
  font-size: 20px;
}

.companyImg {
  width: 150px;
  margin-left: 55px;
  filter: grayscale(100%);
  
}

.companyImg:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.categoryBlue {
  color: #26a4ff;
}

.categoryHead {
  font-weight: 700;
}

.card {
  width: 390px;
  height: 275px;
  border-radius: 22px !important;
  padding-left: 15px;
  padding-top: 20px;
  box-shadow: #282828 0px 0px 4px;
}

.card-subtitle {
  font-weight: 600;
  font-size: 24px;
  color: #282828;
  margin-top: 10px !important;
}

.card-text {
  font-weight: 600;
  font-size: 20px;
  color: #8c8c8c;
  margin-top: 15px !important;
}

.jobsCard {
  width: 625px;
  height: 200px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #f8f8f8;
  padding: 5px;
}

.cardDiv1 {
  width: 100%;
}

.full-stop {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #26a4ff;
}

.flex-gap-sm-card {
  gap: 5px;
}

.cardTitle {
  font-weight: 600;
  font-size: 22px;
  color: #282828;
}

.cardContainer {
  gap: 2rem;
}

.jobsVector {
  position: absolute;
}

.jobs {
  overflow: hidden;
  position: relative;
}
