*{
    margin: 0;
    padding: 0;
}

.bot-name {
        font-size: 26px;
        line-height: 32px;
        font-weight: bold;
        text-align: center;
        max-width: 340px;
        padding: 0 10px;
        margin: 0 auto;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bot-username {
        font-size: 15px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 6px;
        color: #808080;
    }
    .bot-description {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 125px;
        word-break: break-word;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        max-width: 340px;
        padding: 0 10px;
        margin: 0 auto;
    }
    .open-telegram {
        font-size: 14px;
        font-weight: bold;
        line-height: 100%;
        color: #FFF;
        background: #5dc390;
        border-radius: 22px;
        overflow: hidden;
        display: inline-block;
        padding: 15px 27px 13px;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 32px;
    }
    .open-telegram:hover,
    .open-telegram:active {
        background: #28c979;
        text-decoration: none;
        color: #FFFFFF;
    }

@media (min-width: 481px) {
    .telegram-img {
        width: 122px;
        height: 122px;
        border-radius: 61px;
    }
}

@media (max-width: 480px) {
    .telegram-img {
        width: 110px;
        height: 110px;
        border-radius: 55px;
    }
}
