.fresh-picks .promo_content--rules::after {
    display: block;
}

.fresh-picks .rules {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center;
    margin: 65px auto 262px;
    border: 8px solid #492A25;
}

.fresh-picks .rules__title {
    padding: 100px 0;
    font-size: 50px;
    line-height: 36px;
    letter-spacing: 2px;
}

.fresh-picks .rules__link {
    display: block;
    color: #358308;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 24%;
    padding: 0 90px;
    font-family: "SourceSansPro-Semibold";
    text-decoration: underline;
}

@media (max-width: 550px) {

    .fresh-picks .rules {
        padding-bottom: 20px;
        margin: 15px auto 97px;
    }

    .fresh-picks .rules__title {
        font-size: 27px;
        line-height: 30px;
        padding: 42px 0;
        letter-spacing: 1px;
    }

    .fresh-picks .rules__link {
        font-size: 16px;
        line-height: 25px;
        padding: 0 20px 25px;
    }
}

