.section__detail-career {
  padding-top: 12rem;
}

.section__detail-career-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.section__detail-career-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  color: rgba(28, 63, 60, 1);
  margin: 15px 0;
}

.section-content-career .list {
  gap: 30px;
}

.section-content-career .list .item:nth-child(1),
.section-content-career .list .item:nth-child(2),
.section-content-career .list .item:nth-child(3) {
  flex-shrink: 0;
}

.section-content-career .list .item {
  background-color: #fcf6ed;
  padding: 24px 35px;
  border-radius: 16px;
  color: #365448;
  text-align: center;
}

.section-content-career .list .item .box-head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
  gap: 12px;
}

.section-content-career .list .item .value {
  margin-top: 12px;
  line-height: 22px;
  font-size: 18px;
}

.section-career-time-text {
  font-size: 2rem;
  text-align: left;
  color: rgb(54, 84, 72);
}

.section-career-time-col {
  background-color: rgb(200, 226, 216);
  border-radius: 20px;
  padding: 5%;
  max-width: 800px;
}

.section-career-time-img {
  padding-left: 0px;
}

@media (max-width: 576px) {
  .section-career-time-col {
    padding-left: 15px;
  }

  .section-career-time-img {
    padding-left: 15px;
  }
}
