﻿

.bg-cream {
    background-color: #d8d8d8;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.about-us .container {
    max-width: 110em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 3.13em;
    position: relative;
}

.about-us .bg-dark_green {
    background-color: #182c66
}

.about-us .grid {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex
}

.grid-item._1-2-col.about_banner {
    width: 70%;
    height: 45rem;
    /*max-height: 50rem;
    min-height: 30rem;*/
    background-color: #6fc5c6;
    position: inherit;
    overflow: hidden;
    /*padding: 20px;*/
}

    .grid-item._1-2-col.about_banner div {
        /*transform: scale(1.1, 1.1);*/
        height: 100%;
        position: relative;
        transform: scale(1.5);
        transition: all 5s ease 0s;
    }

        .grid-item._1-2-col.about_banner div.active {
            transform: scale(1);
        }


/*.grid-item._1-2-col.about_banner div::selection {
    background: transparent;
}*/

    /*.grid-item._1-2-col.about_banner .animate-object {
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
    }

    .grid-item._1-2-col.about_banner .grow:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }*/

.grid-item._1-2-col.about_content {
    width: 30%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1.04em;
    padding: 1.5rem 1.5rem;
    display: flex
}


    .grid-item._1-2-col.about_content .h2 {
        font-weight: 500;
        line-height: 1.2;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        font-family: Nanummyeongjo webfont,sans-serif;
        font-size: 3.13em;
    }

.text_color-gainsboro {
    color: #fff
}

.text_color-cream {
    color: #d8d8d8
}


@media only screen and (max-width: 768px) {
    .about-us .container {
        padding-left: 6vw;
        padding-right: 6vw
    }

    .about-us .grid, .grid.footer_grid {
        flex-wrap: wrap
    }

    .grid-item._1-2-col.about_content, .grid-item._1-2-col.doctor_content {
        width: 100%;
        order: -1
    }

    .grid-item._1-2-col.hero_banner, .grid-item._1-2-col.about_banner {
        width: 100%;
        order: -1;
        height: 460px;
    }

    .about-img {
        height: 35em;
        max-height: none;
        min-height: 0
    }
}
