/** facts **/
/***********/
.local-facts
{
    text-align: center;
}

.local-fact
{
    padding-bottom: 30px;
    max-width: 300px;
    margin: 0 auto;
}

.local-fact__photo
{
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
}

.local-fact__photo-img
{
    width: 100%;
    height: auto;
    vertical-align: top;
}

.local-fact__description
{
    padding-top: 6px;
}

@media screen and (min-width: 650px)
{
    .local-fact
    {
        vertical-align: top;
        display: inline-block;
        width: 29.3%;
        margin-left: 2%;
        margin-right: 2%;
    }
}


/** action **/
/************/
.local-action
{
    background-image: url('action.jpg');
    background-size: cover;
    background-position: 70% center;
    min-height: 190px;
    font-size: 18px;
    padding: 25px;
    color: #FFFFFF;
    text-align: right;
}

.local-action__button
{
    margin-top: 15px;
}

@media screen and (min-width: 650px)
{
    .local-action__inner
    {
        display: inline-block;
        width: 35%;
    }
}


/** faq **/
/*********/
.local-faq
{
    padding-top: 25px;
}

.local-faq__headline
{
    text-align: center;
    font-size: 26px;
}

.local-faq__questions
{
    padding-top: 20px;
}

.local-faq__question
{
    position: relative;
    padding-left: 28px;
    padding-bottom: 25px;
}

.local-faq__question:before
{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #df7700;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.local-faq__question-headline
{
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 10px;
    font-size: 18px;
}

.local-faq__question-paragraph
{
    line-height: 22px;
}

@media screen and (min-width: 650px)
{
    .local-faq__column
    {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }
    .local-faq__column:first-of-type { margin-right: 4%; }
}