.text-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    text-align: center;
}

.text-banner__content {
    color: inherit;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
}

.text-banner__content--link,
.text-banner__content--link:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 767px) {
    .text-banner__content {
        font-size: 12px;
    }
}
