@media only screen and (max-width: 767px){
.post-content .mobile_table {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 24px;
}
}