@media screen and (max-width: 767px) {
    .zek_header_mb {
        padding-top: 30px;
    }
    .zek_header_top {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
        background: #ffffff;
        color: #f58634;
        box-shadow: 2px 2px 2px rgb(245 134 52 / 6%);
    }
    .zek_header_top a {
        font-weight: bold;
        color: #f58634;
    }
    .content-post img {
        height: auto !important;
        max-width: 100% !important;
    }
    .content-post .table {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
