.CareerPage .boxes {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.CareerPage .boxes .firstbg {
  background: #E8E8E8;
}
.CareerPage .boxes .secondbg {
  background: #F5F4FF;
}
.CareerPage .boxes .box {
  margin-bottom: 1rem;
  padding: 20px;
  border-radius: 10px;
}
.CareerPage .boxes .box h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}
.CareerPage .boxes .box p {
  font-size: 16px;
}
.CareerPage .boxes .box ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  list-style-image: url(../img/list-style.png);
}
.CareerPage .main {
  margin-top: 20px;
  height: 450px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.CareerPage .main .left {
  width: 49%;
  height: 100%;
  position: relative;
}
.CareerPage .main .left .image {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.CareerPage .main .left .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.CareerPage .main .right {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.CareerPage .main .right form {
  position: relative;
  background-color: var(--bg-color);
  border-radius: 5px;
  height: 100%;
  width: 100%;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.CareerPage .main .right form label {
  color: #000;
}
.CareerPage .main .right form label span {
  color: gray;
}
.CareerPage .main .right form input {
  width: 100%;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  padding: 10px 20px;
  outline: none !important;
}
.CareerPage .main .right form input[type=file] {
  padding-left: 10px !important;
}
.CareerPage .main .right form button {
  background-color: var(--primary-color);
  outline: none;
  border: none;
  width: 100%;
  transition: 0.3s;
  border: 2px solid var(--primary-color);
  outline: none !important;
}
.CareerPage .main .right form button:hover {
  background-color: #3f397c;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .CareerPage p {
    width: 100% !important;
  }
  .CareerPage .main {
    flex-direction: column;
    height: auto;
  }
  .CareerPage .main .left,
  .CareerPage .main .right {
    width: 100%;
  }
  .CareerPage .main .left .image,
  .CareerPage .main .right .image {
    height: 300px;
    padding-bottom: 20px;
  }
  .CareerPage .main .left .image img,
  .CareerPage .main .right .image img {
    padding: 0 !important;
  }
  .CareerPage .main .left form label span,
  .CareerPage .main .right form label span {
    font-size: 12px;
  }
}

/*# sourceMappingURL=career.css.map */
