/**
* Posts
*/ 

@media only screen and (min-width: 1350px) {
    .et_pb_section.et_pb_section_0_tb_body  {
        padding: 0;
    }
}
.single .et_section_regular .et_pb_row::not(.et_pb_row_0_tb_body) {
    width: 80%;
	max-width: 1080px;
}
.single .et_pb_row.et_pb_row_0_tb_body {
    width: 100%;
    max-width: unset;
    padding: 0;
}