#getting-started p {
    font-size: 18px;
}

#getting-started .jumbotron {
    padding: 2rem 4rem;
}

.page-title {
    white-space: pre-line;
}

.getting-started-healthPersona {
    background: url("../img/docs/healthPersona_03.png") no-repeat right bottom;
    background-size: 500px;
}

.getting-started-healthPersona img {
    width: 650px;
}

.getting-started-nutritionProfile {
    height: 640px;
    background-image: url("../img/docs/Condition_01.png"), url("../img/docs/LogSymptom_01.png");
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 500px, 500px;
}

.getting-started-nutritionProfile img {
    width: 550px;
    height: 350px;
    margin-left: 150px;
    margin-top: 100px;
}

#getting-started .app-buttons div {
    max-width: 260px;
}

#privacy_table td {
        vertical-align: top;
        padding: 5px 8px;
}

#privacy_table th {
    padding: 5px 8px;
}  

/* small screens */
@media (max-width: 767px) {

    #getting-started p {
        font-size: 15px;
    }

    #getting-started .app-buttons div:nth-child(2) {
        margin-top: 10px;
    }

    .getting-started-nutritionProfile img {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 170px;
    }

    .getting-started-nutritionProfile {
        height: 500px;
        background-size: 100% auto, 100% auto;
    }

    .getting-started-healthPersona {
        height: 330px;
        background-size: 100% auto;
    }

    .getting-started-healthPersona img {
        width: 100%;
    }

}

@media (min-width: 768px) and  (max-width: 991px) {

    .getting-started-nutritionProfile img {
        width: 350px;
        height: auto;
        margin-left: 0;
        margin-top: 170px;
    }

    .getting-started-nutritionProfile {
        height: 550px;
        background-size: 100% auto, 100% auto;
    }

    .getting-started-healthPersona {
        background-size: 60% auto;
        backround-position: 250px bottom
    }
    .getting-started-healthPersona img {
        width: 65%;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .getting-started-healthPersona img {
        width: 550px;
        height: auto;
    }
}

/* x-small screens */
@media (max-width: 399px) {

    #getting-started p {
        font-size: 15px;
    }

    #getting-started .app-buttons div {
        margin-left: -30px !important;
    }

    .getting-started-healthPersona {
        height: 300px;
    }

    .getting-started-nutritionProfile {
        height: 470px;
    }
}

/** PARTNER **/

.partner-footer img {
    max-width: 100%;
}

.partner-footer img.footer-logo {
    margin-top: 25px;
}

.partner-header {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .partner-header {
        width: 50%;
    }
}

.partner-list {
    padding: 0 50px!important;
}

.partner-list li {
    display: list-item !important;
    font-size: 18px;
    text-align: left;
}
