.menu-page .menu-offer-shop {
    padding: 50px 0 180px 0;
}
.menu-page .frame-offer-shop {
    width: 20%;
    display: inline-block;
    position: relative;
    padding: 0 15px
}
.menu-page .frame-offer-shop a {
    width: 100%;
}
.menu-page .frame-offer-shop > a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.menu-page .offer-shop {
    background: #EFF3FA;
    height: 280px;
    border-radius: 10px;
    text-align: center;
}

.menu-page .offer-shop img {
    height: auto;
    width: auto;
    min-height: 50px;
    max-width:  70%;
    margin: 0 auto;
    transition: transform .2s;
}
.menu-page .frame-offer-shop:hover img {
    transform: scale(1.10);
}

.menu-page .frame-offer-shop:hover .offer-shop {
    background: #fff !important;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
