     .md1a_wrapper{
     }
     .md1a_wrapper {}
     .md1a_wrapper  th{}
     .md1a_wrapper  img{}
     .md1a_wrapper  a{}
     .md1a .tabel_link{
            border: 2px solid #1e1b1b;
            text-align: center;
            padding: 14px 0;
            display: flex;
            width: 32%;
            justify-content: center;
            border-radius: 63px;
     }
     .md1a .tabel_link a{
         font-weight: 700;
         color: #fff;
         text-decoration: none;
         font-size: 14px;
         background: #2b2929;
         width: 103px;
         display: inline-block;
         padding: 6px;
         border-radius: 31px;
         margin: 0 7px;
     }


    @media only screen and (min-width: 1600px) and (max-width: 1920px) {}

    @media only screen and (min-width: 1445px) and (max-width: 1599px) {}

    @media only screen and (min-width: 1366px) and (max-width: 1444px) {}

    @media only screen and (min-width: 1024px) and (max-width: 1399px) {}

    @media only screen and (min-width: 992px) and (max-width: 1199px) {}

    @media only screen and (min-width: 768px) and (max-width: 991px) {}

    @media only screen and (min-width: 520px) and (max-width: 767px) {}

    @media only screen and (min-width: 300px) and (max-width: 519px) {
        .md1a .tabel_link {
            display: block;
            width: 100%;
            border-radius: 34px;
        }
        .md1a .tabel_link a {
            font-size: 14px;
            width: 69%;
            display: inline-block;
            padding: 15px 0;
            margin: 5px 7px;
        }
         .md1a h1{
             text-align: center;
             font-size: 19px;
        }
        .md1a .logo{
                width: 185px;
                margin: 9px auto 5px;
                display: block;
        }
    }