.feature__main {
  padding: 3rem 5% 5rem;
  margin: -2rem -5.5% 0;
  overflow: hidden;
  color: #ffffff;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .feature__main {
    padding: 3rem 1.5rem 20%;
    margin: 0;
  }
}
.feature__section {
  margin-top: 0;
}
.feature__section-heading {
  position: relative;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  white-space: pre;
  border-left: 0;
}
@media screen and (min-width: 768px) {
  .feature__section-heading {
    font-size: 2.4rem;
  }
}
.feature__section-heading::before, .feature__section-heading::after {
  flex-grow: 1;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ffffff;
}
.feature__section-heading::after {
  display: revert;
  margin-top: 0;
  background: #ffffff;
  border-radius: 0;
}
.feature__section-desc {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature__section:not(:first-of-type) {
    margin-top: 10rem;
  }
}
.feature__contents {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}
.feature__contents::before {
  position: absolute;
  bottom: -2rem;
  z-index: -1;
  width: 100%;
  max-width: 400px;
  padding-top: 80%;
  content: "";
  background-size: cover !important;
  opacity: 0.5;
}
@media screen and (min-width: 500px) {
  .feature__contents::before {
    top: 10%;
    bottom: initial;
    padding-top: 48.78%;
    opacity: 1;
  }
}
@media screen and (min-width: 500px) and (min-width: 768px) {
  .feature__contents > * {
    max-width: 480px;
  }
}
.feature__contents:nth-of-type(1)::before {
  left: -5.5%;
  background: linear-gradient(-90deg, black, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://sleep.itembox.design/item/category/img/item/headhunter/500x400_nobu.png");
}
@media screen and (min-width: 768px) {
  .feature__contents:nth-of-type(1) > * {
    margin-left: auto;
  }
  .feature__contents:nth-of-type(1)::before {
    left: -1.5rem;
  }
}
.feature__contents:nth-of-type(2) {
  margin-top: 5rem;
}
.feature__contents:nth-of-type(2)::before {
  right: -5.5%;
  background: linear-gradient(90deg, black, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://sleep.itembox.design/item/category/img/item/headhunter/500x400_soncho.png");
}
@media screen and (min-width: 768px) {
  .feature__contents:nth-of-type(2) {
    margin-top: 8rem;
  }
  .feature__contents:nth-of-type(2) > * {
    margin-right: auto;
  }
  .feature__contents:nth-of-type(2)::before {
    right: -1.5rem;
  }
}
.feature__contents-heading {
  position: relative;
  padding: 0.5rem 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 2px solid #bf0000;
  border-left: 8px solid #bf0000;
}
@media screen and (min-width: 768px) {
  .feature__contents-heading {
    font-size: 1.3rem;
  }
}
.feature__contents-desc {
  margin-top: 1rem;
  line-height: 1.8;
}
.feature__contents-desc em {
  padding: 0 0.1rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 0.5em;
  -webkit-text-decoration-color: rgba(191, 0, 0, 0.6);
          text-decoration-color: rgba(191, 0, 0, 0.6);
  text-underline-offset: -5px;
  text-shadow: 0 2px 5px rgba(34, 34, 34, 0.6);
  border-bottom: none !important;
}/*# sourceMappingURL=category_headhunter.css.map */