.promo-blocks-template-10 {
  position: relative;
}

.promo-blocks-template-10 .block-image {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.promo-blocks-template-10 .block-image > .center {
  height: 100%;
  position: relative;
}

.promo-blocks-template-10 .text-block {
  position: absolute;
  color: #fff;
  top: 60%;
  left: 0;
  display: block;
  background-image: url("/modules/ImagesSlider/public/front/img/text-background.svg");
  background-repeat: no-repeat;
  width: 402px;
  background-size: contain;
  background-position: center;
  height: 320px;
  /* position: absolute; */
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* top: -57%; */
}

.promo-blocks-template-10 .text-block .text-content {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.promo-blocks-template-10 .text-block .title {
  text-align: left;
  -webkit-transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  font-size: 16px;
  line-height: 16px;
}

.promo-blocks-template-10 .text-block .text {
  font-size: 38px;
  line-height: 49px;
  max-width: 392px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  color: #ffd400;
}

.promo-blocks-template-10 .text-block .text p {
  margin: 10px 0;
}
