

/* Start:/local/components/hobbit2017/winners/templates/.default/style.css?17810948351683*/
.orange_header {
    display: flex;
    flex-direction: column;
}


.orange_header .title {
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    line-height: 113%;
    color: #E97815;
    margin: 25px 0;
}
.orange_header .title2 {
    font-weight: 700;
    color: #E97815;
    margin: 15px 0;
    font-size: 18px;
}

.orange_header .description {
    display: flex;
    width: 100%;
    padding-bottom: 30px;
}
.orange_header .description .one_column {
    width: 25%;
    padding-right: 10px;
}
.orange_header .description .one_column .one_winner {
    display: flex;
   width: 100%;
}

.orange_header .description .one_column .one_winner .number {
    color: #E97815;
    width: 30px;
}
.orange_header .description .one_column .one_winner .winner {
    width: calc(100% - 25px);
}
@media screen and (max-width: 1000px) {

    .orange_header .title2 {
        padding-left: 15px;
    }
    .orange_header .title {
        background: #FFFFFF;
        padding: 15px 15px 0 15px;
        box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.15);
        border-radius: 20px 20px 0px 0px;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        line-height: 113%;
        color: #E97815;
        margin: 20px 0 15px 0;
    }

    .orange_header .description {
        padding: 0 20px;
        font-size: 12px;
        line-height: 113%;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .orange_header .description .one_column {
        width: 100%;
    }
    .orange_header .description .one_column .one_winner .number {
        width: 25px;
    }

}
/* End */
/* /local/components/hobbit2017/winners/templates/.default/style.css?17810948351683 */
