:root {
    --tg-bg-top: 30px;
    --tg-bg-right: 50%;
    --tg-bg-size: 90%;
    --ci-bg-top: 90px;
    --ci-bg-right: 70%;
    --ci-bg-size: 80px;
}

.telegram-bots-section {
    padding: 80px 25px;
    padding-top: 160px;
    font-family: 'Segoe UI Light', sans-serif;
    background-image:
        url('../img/tgbot-xs.webp');
    background-repeat: no-repeat;
    background-position:
        top var(--tg-bg-top) right var(--tg-bg-right);
    background-size:
        var(--tg-bg-size);
}


.telegram-bots-section__title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    background: none;
}

.telegram-bots-section__slogan {
    display: none;
}

.telegram-bots-section__btn {
    margin: 0 auto;
}

@media (max-width: 360px) {
    .telegram-bots-section {
        padding: 80px 14px;
        padding-top: 130px;
    }

    :root {
        --ci-bg-top: 70px;
        --ci-bg-size: 60px;
    }

    .telegram-bots-section__list {
        margin-bottom: 25px;
    }

    .telegram-bots-section__paragraph {
        margin-bottom: 15px;
    }
}