.main-header-banner {
    align-items: center;
    background: url(/images/banners_header/grafik-roboti-1900x40.png) center no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: center;

    &:hover {
        opacity: 0.8;
        transition: all ease-in-out 100ms;
    }

    span {
        background: #fff;
        color: #000;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 357px;
    }
}