﻿.content-container {
    margin: 15px 10%;  
}

.lbl-title {
    font-size: 18px;
    font-weight: bold;
}

.health-content {
    border: 1px solid #BBB;
    padding: 20px;
}

.contact-table {
    width: 80%;
    text-align: center;
}

.contact-table tr {
    height: 50px;
}

.div-imgs {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    /*margin-left: 20%;*/
}

.img-logo {
    width: 20%;
    display: inline-block;
}

.img-logo-large {
    width: 30%;
    display: inline-block;
}

@media (max-width: 720px) {
    .div-imgs {
        margin-left: 2%;
}

    .img-logo {
        width: 40%;
    }

    .img-logo-large {
        width: 60%;
    }
}

.div-health-banner {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20px;
}

.img-banner {
    width: 100%;
    max-height: 400px;
}

@media (max-width: 1000px) {
    .div-health-banner {
        width: 100%;
        margin-left: 0;
    }
}

.lbl-desc {
    font-size: 18px;
}