* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
Large devices (laptops/desktops, 992px and up)
@media only screen and (max-width: 992px) {
    .main {
        background-repeat: no-repeat;
        background-size: cover;
        height: 218px;
        width: 328px;
        box-sizing: border-box;
        margin: auto;
    }
    .c_hews {
        height: 25px;
        width: 100%;
    }
    .c_head {
        width: 100%;
        height: 33px;
    }
    .lef {
        height: 33px;
        width: 34%;
        box-sizing: border-box;
        float: left;
		font-weight:900;
    }
    .lef p {
        text-align: right;
        color: white;
        line-height: 33px;
        font-size: 0.9rem;
    }
    .mid {
        height: 33px;
        width: 32%;
        box-sizing: border-box;
        float: left;
        margin: auto;
    }
    .mid p {
        line-height: 33px;
        text-align: center;
		font-style: bold;
    }
    .mid p img {
        height: 28px;
    }
    .rit {
        height: 33px;
        width: 34%;
        box-sizing: border-box;
        float: left;
    }
    .rit p {
        text-align: left;
        color: white;
        line-height: 33px;
        font-size: 0.9rem;
		font-style: bold;
    }
    .h_foot {
        height: 35px;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 2px;
    }
    .fs {
        width: 29%;
        height: 35px;
        float: left;
    }
    .md {
        width: 42%;
        height: 35px;
        float: left;
    }
    .md p {
        font-size: 1rem;
        line-height: 32px;
		font-style: bold;
    }
    .sc {
        width: 29%;
        height: 35px;
        float: left;
    }
    .midd {
        height: 65px;
        width: 100%;
        box-sizing: border-box;
    }
    .prt1 {
        height: 65px;
        float: left;
        width: 33%;
        box-sizing: border-box;
    }
    .prt1 p {
        text-align: right;
        line-height: 59px;
    }
    .prt1 img {
        height: 45px;
        width: 70px;
    }
    .prt2 {
        height: 65px;
        float: left;
        width: 34%;
        text-align: center;
        font-weight: 700;
        line-height: 10px;
        box-sizing: border-box;
    }
    .prt2 p {
        font-size: 0.6rem;
        line-height: 1.5;
        padding-top: 10px;
		font-style: bold;
    }
    .prt3 {
        height: 65px;
        float: left;
        width: 33%;
        box-sizing: border-box;
    }
    .prt3 p {
        text-align: left;
        line-height: 59px;
    }
    .prt3 img {
        height: 45px;
        width: 70px;
    }
    .bt {
        width: 100%;
        height: 57px;
        margin: auto;

        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
    }

    .bt a {
        text-decoration: none;
        color: white;
        text-align: center;
        line-height: 57px;
        display: block;
        font-size: 1rem;
		font-style: bold;
    }
}
@media only screen and (max-width: 1200px) {
    .main {
        background-repeat: no-repeat;
        background-size: cover;
        height: 218px;
        width: 328px;
        box-sizing: border-box;
        margin: auto;
    }
    .c_hews {
        height: 25px;
        width: 100%;
    }
    .c_head {
        width: 100%;
        height: 33px;
    }
    .lef {
        height: 33px;
        width: 34%;
        box-sizing: border-box;
        float: left;
    }
    .lef p {
        text-align: right;
        color: white;
        line-height: 33px;
        font-size: 0.9rem;
		font-style: bold;
    }
    .mid {
        height: 33px;
        width: 32%;
        box-sizing: border-box;
        float: left;
        margin: auto;
    }
    .mid p {
        line-height: 33px;
        text-align: center;
		font-style: bold;
    }
    .mid p img {
        height: 28px;
    }
    .rit {
        height: 33px;
        width: 34%;
        box-sizing: border-box;
        float: left;
    }
    .rit p {
        text-align: left;
        color: white;
        line-height: 33px;
        font-size: 0.9rem;
		font-style: bold;
    }
    .h_foot {
        height: 35px;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 2px;
    }
    .fs {
        width: 29%;
        height: 35px;
        float: left;
    }
    .md {
        width: 42%;
        height: 35px;
        float: left;
    }
    .md p {
        font-size: 1rem;
        line-height: 32px;
		font-style: bold;
    }
    .sc {
        width: 29%;
        height: 35px;
        float: left;
    }
    .midd {
        height: 65px;
        width: 100%;
        box-sizing: border-box;
    }
    .prt1 {
        height: 65px;
        float: left;
        width: 33%;
        box-sizing: border-box;
    }
    .prt1 p {
        text-align: right;
        line-height: 59px;
		font-style: bold;
    }
    .prt1 img {
        height: 45px;
        width: 70px;
    }
    .prt2 {
        height: 65px;
        float: left;
        width: 34%;
        text-align: center;
        font-weight: 700;
        line-height: 10px;
        box-sizing: border-box;
    }
    .prt2 p {
        font-size: 0.6rem;
        line-height: 1.5;
        padding-top: 10px;
		font-style: bold;
    }
    .prt3 {
        height: 65px;
        float: left;
        width: 33%;
        box-sizing: border-box;
    }
    .prt3 p {
        text-align: left;
        line-height: 59px;
    }
    .prt3 img {
        height: 45px;
        width: 70px;
    }
    .bt {
        width: 100%;
        height: 57px;
        margin: auto;
        background-image: url(images/Open.html\ Bet\ BG.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
    }

    .bt a {
        text-decoration: none;
        color: white;
        text-align: center;
        line-height: 57px;
        display: block;
        font-size: 1rem;
		font-style: bold;
    }
}
@media only screen and (min-width: 1200px) {
    .main {
        background-repeat: no-repeat;
        background-size: cover;
        height: 218px;
        width: 328px;
        box-sizing: border-box;
        margin: auto;
    }
    .c_hews {
        height: 25px;
        width: 100%;
    }
    .c_head {
        width: 100%;
        height: 33px;
    }
    .lef {
        height: 33px;
        width: 34%;
        box-sizing: border-box;
        float: left;
    }
    .lef p {
        text-align: right;
        color: white;
        line-height: 33px;
        font-size: 0.9rem;
		font-style: bold;
    }
    .mid {
        height: 33px;
        width: 32%;
        box-sizing: border-box;
        float: left;
        margin: auto;
    }
    .mid p {
        line-height: 33px;
        text-align: center;
		font-style: bold;
    }
    .mid p img {
        height: 28px;
    }
    .rit {
        height: 33px;
        width: 34%;
        box-sizing: border-box;
        float: left;
    }
    .rit p {
        text-align: left;
        color: white;
        line-height: 33px;
        font-size: 0.9rem;
		font-style: bold;
    }
    .h_foot {
        height: 35px;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 2px;
    }
    .fs {
        width: 29%;
        height: 35px;
        float: left;
    }
    .md {
        width: 42%;
        height: 35px;
        float: left;
    }
    .md p {
        font-size: 1rem;
        line-height: 32px;
		font-style: bold;
    }
    .sc {
        width: 29%;
        height: 35px;
        float: left;
    }
    .midd {
        height: 65px;
        width: 100%;
        box-sizing: border-box;
    }
    .prt1 {
        height: 65px;
        float: left;
        width: 33%;
        box-sizing: border-box;
    }
    .prt1 p {
        text-align: right;
        line-height: 59px;
		font-style: bold;
    }
    .prt1 img {
        height: 45px;
        width: 70px;
    }
    .prt2 {
        height: 65px;
        float: left;
        width: 34%;
        text-align: center;
        font-weight: 700;
        line-height: 10px;
        box-sizing: border-box;
    }
    .prt2 p {
        font-size: 0.6rem;
        line-height: 1.5;
        padding-top: 10px;
		font-style: bold;
    }
    .prt3 {
        height: 65px;
        float: left;
        width: 33%;
        box-sizing: border-box;
    }
    .prt3 p {
        text-align: left;
        line-height: 59px;
		font-style: bold;
    }
    .prt3 img {
        height: 45px;
        width: 70px;
    }
    .bt {
        width: 100%;
        height: 57px;
        margin: auto;
        background-image: url(images/Open.html\ Bet\ BG.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
    }

    .bt a {
        text-decoration: none;
        color: white;
        text-align: center;
        line-height: 57px;
        display: block;
        font-size: 1rem;
		font-style: bold;
    }
}