
.fresh-picks .if_you_win {
    color: #002C3B;
    margin: 55px auto 40px;
    padding: 0;
    max-width: 90%;
    border: 8px solid #492A25;
    background-color: rgba(255, 255, 255, 0.9);
}

.fresh-picks .if_you_win__title {
    padding: 40px 0 20px;
    font-size: 50px;
    line-height: 40px;
}

.fresh-picks .if_you_win__title--secondary {
    font-size: 50px;
    line-height: 54px;
    padding-bottom: 20px;
    padding-top: 0;
   font-family:"brush-up";
   letter-spacing: 1px;
}

.fresh-picks .if_you_win__content {
    color: #000000;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    font-family: 'SourceSansPro-Regular';
    margin: 0 auto;
    padding-bottom: 35px;
    max-width: 640px;
}

.fresh-picks .if_you_win__content--secondary:last-of-type {
    padding-bottom: 60px;
}

.fresh-picks .if_you_win__content--secondary .in_text_link {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

@media (max-width: 550px) {
        .fresh-picks .if_you_win{
    padding: 0 15px;
    margin: 20px auto 25px;
}

    .fresh-picks .promo_content--if_you_win:before,
        .fresh-picks .promo_content--if_you_win::after  {
        display: block;
    }

    .fresh-picks .if_you_win__title {
        font-size: 27px;
        line-height: 30px;
        padding: 15px 0 20px;
    }

    .fresh-picks .if_you_win__title--secondary {
        font-size: 27px;
        line-height: 30px;
        max-width: 260px;
        margin: 0 auto;
    }

    .fresh-picks .if_you_win__content {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        padding: 0 0 35px;
        text-align: center;
    }

    .fresh-picks .if_you_win__content--secondary:last-of-type {
        padding-bottom: 35px;
    }

    .fresh-picks .if_you_win__content--secondary .in_text_link {
        font-size: inherit;
        line-height: inherit;
    }
}
