

/* Start:/local/components/hobbit2017/cyber/templates/.default/style.css?17090342121392*/
.orange_header {
    display: flex;
    flex-direction: column;
}

.orange_header .pic {
    text-align: center;
    margin-top: 30px;
}
.orange_header .pic img {
    border-radius: 25px;
}
.orange_header .title {
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    line-height: 113%;
    color: #E97815;
    margin: 25px 0;
}
.orange_header .description {

    width: 100%;
    padding-bottom: 30px;
}
.orange_header .description p {
    text-align: center;
    margin: 10px;
}

@media screen and (max-width: 1000px) {
    .orange_header .pic img {
        width: 90%;
        border-radius: 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/cyber/templates/.default/style.css?17090342121392 */
