h1 {

}

h2 {
    font-size: 2.125rem;
    line-height: 2.6rem;
}

.page-header {
    background-color: var( --color-aqua );
}


/* About Why */
.about-why {
    color: #fff;
    background-color: var( --color-deepPink );
    position: relative;
}

.about-why blockquote {
    color: #fff;
    font-size: 1.2rem;
    padding-left: 20px;
    margin-left: 0px;
    border-left: 10px solid rgba( 255, 255, 255, 0.5 );
}

.about-why-image {
    padding-top: 100%;
    background-image: url( '../img/about-skin-knowing/woman_puttingcream.png' );
    background-size: cover;
    background-position: center center;
}


/* About What */
.about-what {
    position: relative;
}

.about-what-image {
    padding-top: 100%;
    background-image: url( '../img/about-skin-knowing/girls_shopping.png' );
    background-size: cover;
    background-position: center center;
}


/* About Who */
.about-who {
    position: relative;
    background-color: var( --color-purple );
    color: #fff;
}

.about-who .btn-primary {
    background-color: var( --color-aqua );
}

.about-who-image {
    padding-top: 100%;
    background-image: url( '../img/about-skin-knowing/profile_jackie063.jpg' );
    background-size: cover;
    background-position: top center;
}

.about-stats > div:first-child {
    border-right: 1px solid rgba( 255, 255, 255, 0.3 );
}

.about-stats-title {
    font-family: var( --font-futura-bold );
    font-weight: var( --font-futura-bold-weight );
    font-size: 2.375rem;
    margin-bottom: 10px;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .about-stats-title {
        font-size: 1.8rem;
    }
    
    .about-why:before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 50%;
        background-image: url( '../img/about-skin-knowing/woman_puttingcream.png' );
        background-size: cover;
        background-position: center center;
    }


    .about-what:before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 50%;
        background-image: url( '../img/about-skin-knowing/girls_shopping.png' );
        background-size: cover;
        background-position: center center;
    }

    .about-who:before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 50%;
        background-image: url( '../img/about-skin-knowing/profile_jackie060.png' );
        background-size: cover;
        background-position: top center;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .about-who:before {
        background-image: url( '../img/about-skin-knowing/profile_jackie063.jpg' );
    }
    
    .about-stats-title {
        font-size: 2.0rem;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

    .about-stats-title {
        font-size: 2.375rem;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) { 

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1900px) { 

}