[class^="site-banner_"],
[class*=" site-banner_"] {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    box-sizing: border-box;
}

[class^="site-banner-text_"],
[class*=" site-banner-text_"] {
    font-weight: 700;
    padding: 10px 40px;
    position: relative;
    line-height: 1.55;
}

[class^="site-banner-button_"],
[class*=" site-banner-button_"] {
    border: none;
    background-color: transparent;
    padding: 0 5px;
    margin: 0 10px;
    position: absolute;
    transform: translate(0, -50%);
    right: 0;
    top: 50%;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: inherit;
}
