.tibo-block{
    display: block;
    position: absolute;
    bottom: 25px;
    right: 30px;
    background: #2C2C2E;
    border-radius: 13px;
    max-width: 550px;
}

body a {
    text-decoration: none;
}
.tibo-block a:hover{
    text-decoration: none;
}
.tibo-wrapper{
    display: flex;
    margin: 20px;

}
.tibo-wrapper .content{
    padding: 0 10px;
}
.tibo-wrapper .content h5{
    margin-bottom: 3px!important;
    max-width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.078px;

    color: #FFFFFF;
}
.tibo-wrapper .content p{
    margin: 0!important;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    align-items: center;
    letter-spacing: -0.078px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);

}
.tibo-wrapper  .chevron{
    display: flex;
    align-items:center;
}
@media screen and (max-width: 600px){
    .tibo-block{
        margin-left: 20px;
        width: -webkit-fill-available;
    }
    .tibo-wrapper{
        clip-path: content-box;
    }
    .tibo-wrapper .chevron{
        display: none;
    }
}