.fresh-picks .prizes__prizes_info {
    position: relative;
    max-width: 100%;
    margin: -2% auto 65px;
    background: transparent no-repeat center bottom url("../images/promo-home-inner.png");
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    padding: 43px 0;
    width: 98%;
}

.fresh-picks .home_prizes_cover_image_banner {
    width: 92%;
    display: block;
    margin: -17px auto 0;
}

.fresh-picks .prizes__title {
    font-size: 50px;
    line-height: 36px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 55px 0 23px;
    color: #341F1A;
    text-transform: lowercase;
}

.fresh-picks .prizes__tables {
    margin: 0 20px 0 -20px;
    position: relative;
    z-index: 5;
}

.fresh-picks .prizes__tables .table {
    padding: 0;
    max-width: 85%;
    margin: 10px auto 87px 92px;
}

.fresh-picks .prizes__tables .table__cell--header {
    font-size: 24px;
    line-height: 22px;
    border: 2px solid #513B2F;
}

.fresh-picks .prizes__tables .table__cell--body {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0;
    vertical-align: middle;
    text-transform: capitalize;
    border: 2px solid #4A2D27;
}

.fresh-picks .prizes__image {
    position: absolute;
    z-index: 4;
    height: auto;
    width: auto;
}


@media (max-width: 550px) {

    .fresh-picks .prizes__prizes_info {
    background: transparent no-repeat center bottom url("../images/prize-inner.png");
    background-size: 100% 100%;
    padding: 25px;
    }

    .fresh-picks .prizes__prizes_info {
        margin: -2% auto 50px;
    }

    .fresh-picks .home_prizes_cover_image{
        width: 100%;
    }
    .fresh-picks .prizes__tables .table{
    max-width: 85%;
    margin: 0 0 0 50px;
    }

    .fresh-picks .prizes__title {
        font-size: 27px;
        line-height: 32px;
        margin: 20px auto;
        padding: 0 20px;
    }

    .fresh-picks .prizes__tables .table__cell--header {
        font-size: 18px;
        line-height: 22px;
        vertical-align: middle;
    }

    .fresh-picks .prizes__tables .table__cell--body {
        font-size: 16px;
        line-height: 30px;
    }
}
