.sec-one-career {
  padding: 150px 190px 34px 190px;
  background-color: #670a0a;
  color: white;
}

.subtitle-sec-one-career {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 9px;
}
.title-sec-one-career {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.des-sec-one-career {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
}

.cotainer-img-one-career {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 kolom di layar besar */
  gap: 32px;
  margin-top: 20px;
}

.img-one-career {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sec-two-career {
  padding: 34px 190px;
  background-color: #fffbf8;
  margin-bottom: 50px;
}

.title-sec-two-career {
  font-size: 32px;
  font-weight: bold;
  color: #670a0a;
  text-align: center;
}

.container-body-two-career {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 kolom di layar besar */
  gap: 32px;
  margin-top: 34px;
  margin-bottom: 83px;
}

.card-two-career {
  background-color: #81302e;
  padding: 30px 15px;
  border-radius: 10px;
  color: white;
}

.header-card-two-career {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
}

.title-header-card-career {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.body-card-two-career {
  font-size: 20px;
  font-weight: 200;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .sec-one-career {
    padding: 150px 26px 34px 26px;
  }
  .cotainer-img-one-career {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-two-career {
    padding: 36px 26px;
  }
  .container-body-two-career {
    grid-template-columns: repeat(1, 1fr);
  }
}
