.work-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #191919;
  opacity: 0.7;
}


.card {
  border: none !important;
  background-color: #F6F6F6B2 !important;
}

.card-body {
  padding: 30px !important;
}

.job-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  text-align: justify;
  color: #181515;
  opacity: 0.7;
}

.location {
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  text-align: justify;
  color: #181515;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
}

.location img {
  scale: 0.8;
}

.section-title {
  font-weight: bold;
  margin-top: 20px;
}

.apply-btn {
  background: #B01F24  !important;
  border-radius: 4px  !important;
  padding: 10px 28px  !important;
  color: #ffff  !important;
  font-size: 22px  !important;
  font-weight: 500  !important;
  line-height: 30.8px  !important;
  text-align: center  !important;
}

.list-unstyled {
  padding-top: 20px;
}

.apply-btn:hover {
  color: #fff;
  background-color: rgb(149, 0, 0);
}

.list-unstyled li {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-align: justify;
  color: #191919;
  opacity: 0.7;
  display: flex;
  align-items: flex-start;
}

.list-unstyled li::before {
  content: '>>';
  margin-right: 10px;
  color: #B01F24;
  flex-shrink: 0;
}

.card-header {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #B01F24;
  border-radius: 5px;
  padding: 10px 20px;
}

.section-title::before {
  width: 5px;
  height: 30px;
  content: '';
  background-color: #B01F24;
  position: absolute;
  left: 18px;
}

.section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
  color: #181515;
  opacity: 0.7;
}


@media only screen and (max-width: 991px) {
  .box-sec p {
    padding: 20px 10px;
    font-size: 18px;
    text-align: justify;
  }

  .widget-titless h1 {
    text-align: center;
  }

  .card-header {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }

  .job-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: start;
  }

  .location {
    font-weight: 500;
    font-size: 18px;
    gap: 5px;
  }

  .apply-btn {
    padding: 10px 22px;
    font-size: 20px;
  }

  .list-unstyled li {
    font-size: 18px;
    line-height: 29px;
  }

  .work-title {
    padding: 0px 10px;
  }

  .widget-titless,
  .widget-titlesss {
    padding: 25px 10px !important;
  }

  .div-cards .card {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-body {
    padding: 15px;
  }

  .card-header {
    gap: 4px;
  }


  .section-title::before {
    width: 5px;
    height: 28px;
    content: '';
    background-color: #B01F24;
    position: absolute;
    left: 6px;
  }

}