@media(max-width:767px) {
    .order1 {
        order: 1
    }
    .order2 {
        order: 2;
    }
}

/*--------------pages--------------*/

h1 {
    color: #353a47;
    font-weight: 300;
    font-size: 1.4em;
    margin-top: 0;
}
h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #a78951;
    font-weight: 500;
}
li {
    color: #0e4069
}
#breadcrumbs {
    text-transform: uppercase;
    text-align: center;
    margin-top: 13px;
}
.content p {
    line-height: inherit !important;
}
@media(min-width:768px) {
    h1 {
        font-size: 1.7em;
    }
}
@media(min-width:1024px) {
    h1 {
        font-size: 2em;
    }
}
