.texto_expandible_btn {}
.texto_expandible_btn span,
.texto_expandible_btn span:hover
{
    display: inline-block;
    border-radius: 100%;
    padding: 0;
    background: none !important;
    border: 0px solid rgb(141, 155, 255);
    color: rgb(141, 155, 255);
    cursor: pointer;
    height: 70px;
    width: 70px;
}

.texto_expandible_btn span img, .texto_expandible_btn span svg {
    width: 70px;
    height: 70px;
}