.tradition_content {
    padding: 10px;
    width: 100%;
    max-width: 1300px;
}
.tradition_header {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tradition_header>img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 300px;

}

q {
    font-family: 'Lato', serif;
    text-align: center;
    font-size: 20px;
    width: 50%;
    color: #666161;
    font-weight: 300;
    margin: 10px;
}

.tradition_content>p {
}
.tradition_content>img {
    float: right;
    max-width: 400px;
}
.tradition_bottom_hero {
    width: 100%;
    display: none;
}
@media only screen and (min-width: 750px){
    .tradition_bottom_hero {
        display: block;
        width: 100%;
    }
    .tradition_header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .tradition_content {
        padding: 10px 38px;
        width: 100%;
        max-width: 1300px;
    }
    .tradition_header {
        margin: 60px 0;
    }
}