.body {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
  background: linear-gradient(180deg, white 0%, #ededed 100%);
  padding: 280px;
}

.jumbotron {
  background-image: url("/images/lowongan//Hero-image_2.png");
  background-repeat: no-repeat;
  max-height: 600px;
  width: 100%;
  background-size: cover;
  border-radius: 0px;
}

.jumbotron .heading1 {
  margin-left: 60px;
  margin-top: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

.jumbotron .heading2 {
  margin-top: 60px;
  margin-left: 60px;
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
}

.jumbotron .heading3 {
  margin-top: 80px;
  margin-left: 60px;
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
}

.jumbotron .logo img {
  margin-left: 60px;
  max-width: 150px;
}

.section-pekerjaan-tersedia {
  margin-top: 120px;
}

.section-pekerjaan-tersedia h4 {
  color: #232631;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
}

.section-pekerjaan-tersedia p {
  color: #5e5e5e;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.section-card-pekerjaan {
  margin-top: 40px !important;
}

.section-card-pekerjaan .btn-selengkapnya {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 12px 30px 12px 30px;
}

.section-card-pekerjaan .card-pekerjaan {
  -webkit-box-shadow: 1px 1px 1px #e6e6e6;
          box-shadow: 1px 1px 1px #e6e6e6;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  max-width: 380px;
  border: 1px solid #ececec;
}

.section-card-pekerjaan .card-pekerjaan .card-body {
  margin-left: -10px;
}

.section-card-pekerjaan .card-pekerjaan .card-body .text-lokasi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  color: #848484;
}

.section-card-pekerjaan .card-pekerjaan .card-body .card-judul-pekerjaan {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}

.section-card-pekerjaan .card-pekerjaan .card-body .btn-putusan .btn-lamar {
  padding: 10px 40px 10px 40px;
  text-decoration: none !important;
}

.section-card-pekerjaan .card-pekerjaan .card-body .btn-putusan .btn-detail {
  padding: 10px 40px 10px 40px;
  color: #3258e8;
  border: none;
}

.section-card-pekerjaan .card-pekerjaan .card-body .btn-putusan .btn-detail:hover {
  color: #3258e8;
  background-color: #f5f5f5;
  text-decoration: underline;
}

.main-area {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
  background: linear-gradient(180deg, white 0%, #ededed 100%);
}

@media (max-width: 640px) {
  .jumbotron-background {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
    background: linear-gradient(180deg, white 0%, #ededed 100%);
    padding: 180px;
  }
  .jumbotron .heading1,
  .jumbotron .heading2 {
    font-size: 22px;
  }
  .jumbotron .heading3 {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .jumbotron .logo img {
    margin-left: 30px;
    max-width: 150px;
  }
  .jumbotron .heading1,
  .jumbotron .heading2 {
    font-size: 22px;
    margin-left: 30px;
  }
  .jumbotron .heading3 {
    font-size: 18px;
    margin-left: 30px;
  }
}
/*# sourceMappingURL=page-lowongan.css.map */