.pepo_titlo {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    /*color: rgb(228, 68, 68);*/
    text-align: center;
    padding: 25px 0;
}
.pepo_ujo {
    position: relative;
    margin-top: 2.5rem;
    display: inline-block;
}
.pepo_enhavo {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    /*left: -150px;*/
    transform: translate(0, 10px);
    /*background-color: #bfbfbf;*/
    padding: 1.5rem;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
    width: auto;
}
.pepo_enhavo:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    /*
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #bfbfbf transparent;
    */
    text-align: center;
    transition-duration: 0.2s;
    transition-property: transform;
}
.pepo_ujo:hover .pepo_enhavo {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.pepo_mesagxo {
    text-align: center;
}
