.hero__item--lvt-service {
  position: relative;
  overflow: hidden;
}

.hero__item--lvt-service .hero__body {
  position: relative;
  z-index: 2;
}

.hero__item--lvt-service .hero__title {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.hero__item--lvt-service .hero__title span {
  color: #fff;
}

.hero__item--lvt-service .hero__title .hero__lvt-service-subtitle {
  display: block;
  max-width: 560px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.hero__item--lvt-service .hero__button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(17, 17, 17, 0.18);
  backdrop-filter: blur(4px);
}

.hero__item--lvt-service .hero__button:hover {
  border-color: var(--red-red-700);
  background: var(--red-red-700);
}

.hero__lvt-service-logo {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  width: 76px;
  height: auto;
  opacity: 0.96;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 800px) {
  .hero .hero__body {
    height: 416px;
  }

  .hero__item--lvt-service .hero__title .hero__lvt-service-subtitle {
    font-size: 17px;
  }

  .hero__lvt-service-logo {
    right: 34px;
    bottom: 28px;
    width: 96px;
  }
}

@media (min-width: 1200px) {
  .hero .hero__body {
    height: 468px;
  }
}
