.baner::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background: url("/images/foodsprice_creative/cheese.jpg") center/contain no-repeat;
}

.baner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background: url("/images/foodsprice_creative/mouse.jpg") center/contain no-repeat;
}


.baner2 h1 {


    font-size: 29px;

    margin-bottom: 20px;

    line-height: 42px;

    text-transform: uppercase;
    font-family: 'ProximaNova';
    color: #fff;
}

.baner2 {
    margin: 20px 0;
    height: 230px;
    border-radius: 5px;
    padding: 0 60px;
    background: orange url("/images/foodsprice_creative/cheese-575540.svg") 96% -32px/335px no-repeat;
    display: flex;
    color: #000 !important;
    flex-direction: column;
    justify-content: center;
}

.baner {
    height: 230px;
    border-radius: 5px;
    position: relative;
    color: #000 !important;
    background: #fff;
    font-family: 'ProximaNova';
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.baner2 .baner-btn {
    background: #ffffffb5;
    color: orange;
}

.baner-btn:hover {
    background: #fff;
    color: #464646;
}

.baner__logo img {
    width: 120px;
    margin: 10px 0;
}


.baner__ttl {
    font-weight: bold;
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 42px;
    text-transform: uppercase;
    color: #206ea2;
}

.baner__sm {
    font-family: 'ProximaNova';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.baner-btn {
    color: #fff;
    background: rgba(0, 0, 0, 0.57);
    width: 250px;
    line-height: 35px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'ProximaNova';
    font-size: 15px;
    padding-top: 4px;
}
