.header-values-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.details .container span img {
  width: 16px;
}

.details .container span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.header-values-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-values-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-values-title:hover i {
  margin-right: 15px;
}

.jobs-desc {
  max-width: 80%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}

.article {
  max-width: 75%;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.jobs-desc .top-text {
	max-width: 70%;
  transform: skewX(-13deg);
  font-weight: 501;
  line-height: 23px;
  margin-left: 6px;
}

.sub-desc img {
	width: 100%;
	border-radius: 15px;
	filter: grayscale(.3);
  opacity: .9;
}

.sub-desc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.jobs-list {
  align-content: center;
}

.jobs-list-title {
  font-weight: 501;
  font-size: 18px;
  margin-bottom: 20px;
}

.job-container span {
  font-weight: 501;
  margin-right: 5px;
}

.job-container {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  align-content: center;
  align-items: center;
  background: #262626;
  border-radius: 4px;
  color: #A3A3A3;
}

.job-container img {
  width: 24px;
  margin-right: 7px;
  border-radius: initial;
}

.count {
  background: #121212;
  padding: 5px;
  border-radius: 4px;
  font-weight: 501;
  color: #A3A3A3;
  letter-spacing: 1px;
  font-size: 14px;
}

.content .grid_details:not(:last-child) {
  margin-bottom: 65px;
}

.jobs-list .job-container:not(:last-child) {
  margin-bottom: 15px;
}

.job-container span {
  color: #FAFAFA;
}

.grid_details {
  display: grid;
  grid-template-columns: 2.5fr 3fr;
  max-width: 80%;
  margin: auto;
}

.details {
  padding: 1.5em;
  display: flex;
  align-content: center;
  align-items: center;
}

.grid_details img {
  width: 100%;
  margin-left: -7%;
  border-radius: .75rem;
  height: fit-content;
  filter: grayscale(.4);
}

.container_demo {
  display: flex;
  align-items: center;
}
.container {
  z-index: 9999;
  width: 100%;
}

.job-title {
  font-size: 20px;
  font-weight: 601;
  text-align: center;
  margin-top: 20px;
}

.job-type {
  margin-bottom: 20px;
  text-align: center;
}

.job {
  text-decoration: underline;
}

.job-details {
  margin-left: 30px;
  color: #A3A3A3;
  margin-top: 7px;
}

.job-details ul {
  list-style-type: initial;
}

.padding {
  padding: 20px !important;
}

.btn-next {
  position: relative;
  border-radius: .375rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition-duration: .2s;
  color: #121212;
  background-color: #A3A3A3;
  text-align: center;
  font-weight: 601;
  cursor: pointer;
  display: block;
  width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  margin-bottom: 20px;
}

.btn-next:hover {
  background: #B3B3B3;
}

.no-jobs {
  max-width: 50%;
  margin: auto;
  display: block;
  text-align: center;
}

.no-jobs div:not(:first-child) {
  margin-top: 20px;
}

.no-jobs img {
  width: 28px !important;
}

.first-title {
  font-weight: 601;
  color: #FAFAFA;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.text {
  margin-top: 15px;
  color: #A3A3A3;
}

.title--job {
  color: #FAFAFA;
  font-weight: 601;
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 8px;
}

.text-dot {
  font-weight: 501;
  color: #A3A3A3;
}

.text-desc {
  margin-left: 13px;
  font-size: 14px;
  max-width: 62%;
  color: #A3A3A3;
}

.article .text-desc:not(:last-child) {
  margin-bottom: 12px;
}
