@charset "utf-8";


#__member_offer_block {
    position: relative;
    width: 1140px !important;
    margin-top: -185px;
    margin-left: -185px;
    padding-top: 170px;
    padding-bottom: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
}

@media screen and (max-width: 768px) {
#__member_offer_block {
    width: auto !important;
    margin-top: -190px;
    margin-left: 0;
    padding-top: 160px;
    padding-bottom: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 100%);
}

}