﻿body {
    background-color: #e6f5f8 !important;
}

.mdd-cnt {
    background-color: #fff;
    margin-top: 20px;
    padding-bottom: 60px;
}

.cnt-stl {
    float: left;
    margin: 40px 0px 0px 66px;
    height: 360px;
    width: 500px;
}

    .cnt-stl > table {
        margin-top: 10px;
    }


    .cnt-stl td {
        padding-right: 20px !important;
        font-size: 16px;
    }


.cnt-img {
    height: 280px;
    width: 500px;
    background-repeat:no-repeat;
    background-size:100%;
}

@media only screen and (max-width: 1024px) {
    body {
        background-color: #e6f5f8 !important;
    }

    .mdd-cnt {
        background-color: #fff;
        margin-top: 20px;
        padding-bottom: 60px;
    }

    .cnt-stl {
        margin: 20px 0px 0px 100px;
        width: 800px;
        height: 580px;
    }

        .cnt-stl > table {
            margin-top: 10px;
        }


        .cnt-stl td {
            padding-right: 20px !important;
            font-size: 28px;
        }


    .cnt-img {
        height: 448px;
        width: 800px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}