.telegram-banner {
    width: 100%;
    height: 43px;
    background-color: #35ADE1;
    margin-bottom: 10px;
    position: relative;
}

.telegram-banner__text {
    font-size: 22px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.telegram-banner:hover a {
    text-decoration: none;
}

.telegram-banner__logo {
    width: 30px;
    height: 30px;
    top: 6px;
    right: 10px;
    position: absolute;
    background: url("../../img/icons/socials/telegram-logo.svg") no-repeat center;
    background-size: cover;
}