body {
    background: #abe2eb;
}

.container {
    background-color: #fff;
}

.featurette-divider {
    margin: 1rem 0;
}

table tr {
    white-space: nowrap;
}

.card-title {
    color: #333 !important;
}

.table {
    color: #333;
}

.footer-bg {
    width: 100%;
    background-image: url(../image/foot-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

@media only screen and (max-width: 767.98px) {
    .container {
        background: none;
    }
    .content-title {
        padding-top: 0 !important;
    }
    h2 {
        font-size: 1.65rem;
    }
    .footer-bg {
        width: 100%;
        background-image: url(../image/foot-bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100px;
    }
    .card-body {
        padding: 1rem;
    }
    .card-sm {
        margin-top: 10px;
    }
}