.careers_banner {
  padding: 50px 0;
  position: relative;
  z-index: 2;
  background: url(../img/careers-banner.webp) no-repeat center / cover;
}
.careers_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.careers_banner .flex {
  min-height: 320px;
}
.careers_banner h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 74px;
  padding-bottom: 80px;
}
.careers_main {
  padding: 92px 0 182px;
}
.careers_main .head h2 {
  font-size: 36px !important;
}
.careers_main .main {
  max-width: 896px;
  margin: 110px auto 0;
}
.careers_main .main .items .item {
  margin-bottom: 65px;
}
.careers_main .main .items .item:last-child {
  margin-bottom: 0;
}
.careers_main .main .items .item h3 {
  color: #555;
  font-size: 26px;
  font-weight: 700;
}
.careers_main .main .items .item ul {
  margin-top: 18px;
}
.careers_main .main .items .item ul li {
  margin-bottom: 1.2rem;
}
.careers_main .main .items .item ul li:last-child {
  margin-bottom: 0;
}
.careers_main .main .items .item ul li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background-color: #f8f8f8;
  transition: all 0.3s;
  padding: 22px 3.33% 22px 2.857%;
  border-radius: 8px;
}
.careers_main .main .items .item ul li a:hover {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.careers_main .main .items .item ul li h4 {
  color: var(--theme_color);
  font-size: 19px;
  font-weight: 500;
  flex: 1;
}
.careers_main .main .items .item ul li span {
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 17px;
  line-height: 28px;
  width: max-content;
  gap: 12px;
}
.careers_main .main .items .item ul li span i {
  display: block;
  min-width: 1rem;
  height: 20px;
  background: url(../img/pos.svg) no-repeat center / contain;
}
.careers_main .links {
  max-width: 896px;
  margin: 94px auto 0;
}
.careers_main .links ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px;
  gap: 1.2rem;
}
.careers_main .links ul li .title {
  flex: 1;
}
.careers_main .links ul li strong {
  color: var(--title_color);
  font-size: 25px;
  font-weight: 700;
}
.careers_main .links ul li p {
  color: #606060;
  font-size: 20px;
  line-height: 29px;
  margin-top: 10px;
}
.careers_main .links ul li a {
  color: var(--theme_color);
  display: flex;
  font-weight: 500;
  gap: 8px;
  align-items: center;
}
.careers_main .links ul li a:hover i {
  right: -5px;
}
.careers_main .links ul li a i {
  display: block;
  width: 9px;
  height: 15px;
  background: url(../img/right-full.svg) no-repeat center / contain;
  position: relative;
  right: 0;
  transition: all 0.3s;
}
