.text-img-storie {
   text-align: center;
   font-weight: bold;
   width: 100%;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #FFF;
   font-size: 6.2rem;
   color: transparent !important; /* Torna o centro do texto transparente */
   position: absolute;
   z-index: 9999;
   left: 50%;
   transform: translateX(-50%);
}

.title-modal {
   position: absolute;
   bottom: 0;
   left: 0;
   font-size: 6rem;
}