.limited {
  position: relative;
  width: 100%;
  height: 45rem;
  overflow: hidden;
}
.limited__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.limited__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 102.4rem;
  margin: 0 auto;
  padding: 0 1.8rem;
  inset: 0;
  color: #fff;
  top: 8rem;
}
.limited__offer,
.limited__tag,
.limited__title {
  font-family: kiam;
}
.limited__offer,
.limited__tag {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}
.limited__offer {
  background-color: #05141f;
  padding: 0.9rem 1.4rem;
  border-radius: 0.5rem;
  width: max-content;
}
.limited__title {
  font-size: 2.3rem;
  line-height: 1.1;
}
@media screen and (min-width: 40em) {
  .limited__content {
    top: 7rem;
  }
  .limited__offer,
  .limited__tag {
    font-size: 2rem;
  }
  .limited__offer {
    padding: 1.1rem 1.5rem;
  }
  .limited__title {
    font-size: 4rem;
  }
}
.container {
  padding-top: 6rem !important;
}
.tabs {
  padding-top: 0 !important;
}
