.texto-hipnose {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
   justify-content: center;
}


.texto-hipnose h1{
    padding-bottom: 20px;

}

.texto-hipnose p {
    line-height: 25px;
    color: gray;
}

.texto-hipnose span {
    color: #A175AA;
}