.hello_sunshine .faqs,
.hello_sunshine .error_messages {
    font-family: "Chewy-Regular", sans-serif;
}

.hello_sunshine .faqs {
    color: #15391B;
    margin: 0 auto 40px;
    padding: 0 20px;
    max-width: 660px;
}

.hello_sunshine .faqs__title {
    padding: 40px 0 30px;
    font-size: 46px;
    line-height: 62px;
}

.hello_sunshine .faqs__subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 30px;

}

.hello_sunshine .faqs__question,
.hello_sunshine .faqs__answer {
    font-family: "Chewy-Regular", sans-serif;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
}

.hello_sunshine .faqs__question,.faqs__answer {
    font-weight: 300;
}

.hello_sunshine .faqs__answer {
    margin-bottom: 30px;
}

.hello_sunshine .faqs__answer .in_text_link,
.hello_sunshine .faqs__answer .in_text_accent {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.hello_sunshine .error_messages {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 10px 113px;
}

.hello_sunshine .error_messages__title {
    font-size: 36px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #5C350B;
    font-family: 'Chicle-Regular', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

.hello_sunshine .error_messages .table__cell--header {
    font-family: 'GillSans';
    font-size: 14px;
    line-height: 16px;
    color: #B43E00;
}

.hello_sunshine .error_messages .table__cell--body {
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;
    font-family: 'GillSans';
}

@media (max-width: 550px) {

    .hello_sunshine .faqs__title {
        font-size: 32px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .hello_sunshine .faqs__question,
    .hello_sunshine .faqs__answer,
    .hello_sunshine .faqs__answer .in_text_link,
    .hello_sunshine .faqs__answer .in_text_accent {
        font-size: 15px;
        line-height: 25px;
    }

    .hello_sunshine .faqs__subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .hello_sunshine .error_messages__title{
    
        font-size: 24px;
        line-height: 26px;
    }

    .hello_sunshine .error_messages {
        padding-bottom: 100px;
    }

    .hello_sunshine .error_messages .table__cell--header,
    .hello_sunshine .error_messages .table__cell--body {
        padding: 10px;
        font-size: 12px;
        line-height: 14px;
    }

    .hello_sunshine .error_messages .table__cell--body {
        line-height: 14px;
    }
}
