.banner__container{align-items:center;color:#fff;display:flex;flex-direction:column;gap:20px;gap:0;justify-content:space-around;margin:0 auto;max-width:1300px;width:100%}@media(min-width:1023px){.banner__container{flex-direction:row;margin-bottom:10px}}.banner__items{align-items:center;display:flex;flex:1;font-size:13px;justify-content:center;margin-top:0;min-height:45px;padding:10px 20px;text-align:center;width:100%}.banner__message{background:#0f0f0f;border-radius:0}@media(min-width:1023px){.banner__message{border-radius:35px 0 0 35px;flex-direction:row}}.banner__button{background:#2b73e3;border-radius:0;color:#fff}@media(min-width:1023px){.banner__button{border-radius:0 35px 35px 0;flex-direction:row}}.banner__button :hover{background:#9c1e1e}