#hero .title strong {
    font-weight: 200;
}

p.subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

section .content-container .header .title strong {
    font-weight: 200;
}

.motivation-cta p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ed9455;
    text-transform: uppercase;
    margin: 0;
}

#download .header h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
    text-transform: uppercase;
}

#download .header h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 200;
    text-align: center;
}

#faq p {
    display: block;
}

#faq .row h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: rgba(0, 0, 0, .54);
    font-weight: 300;
    flex: 1;
}

#faq p.hidden {
    display: none;
}

@media only screen and (min-width: 600px) {
    #hero .title {
        font-size: 4rem;
    }

    .motivation-cta p {
        font-size: 2rem;
        line-height: 3.2rem;
    }

    #download .header h2 {
        font-size: 2rem;
        line-height: 3.2rem;
    }

    #download .header h3 {
        font-size: 4.8rem;
        line-height: 6.4rem;
    }

    #faq .row h3 {
        font-size: 2rem;
    }
}

.tos .content-container {

}

.tos .content-container .section-header h2 {
    font-size: 4rem;
    line-height: 5.6rem;
    font-weight: bold;
    text-align: center;
}

.tos .content-container .section-header .section-subtitle {
    font-weight: normal;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: rgba(0, 0, 0, 0.54);
}

.tos .content-container .title-description {
    min-width: 100%;
}

.tos .content-container .feature-title {
    font-size: 3.2rem;
    line-height: 4rem;
    text-align: left;
    font-weight: 500;
}

.tos .content-container .title-description ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
}
