

@media only screen and (max-width:600px){
    .portfolio_single  .two_columns_66_33 {
        display: -webkit-flex;
      -webkit-flex-direction: column-reverse;
      display: flex;
      flex-direction: column-reverse;
    }
}
.woocommerce ul.products li.product .add-to-cart-button-outer {
    display: none;
}
body:not(.home) .content{
    margin-top: 0;
}
.title h1 {
    word-break: normal;
}
