#StatisticsVoluntary
{
    text-align: center !important;
    
    max-width: 1800px;
}

.Stretched
{
    padding: 0px !important;
    margin: 0px !important;
}

.StatisticBlock
{
    width: 100%;
    height: 300px;
    padding: 60px;
    font-family: YesevaOne;
}

.StatisticBlock h1
{
    font-size: 70px !important;
}

.StatisticBlock h5
{
    padding-top: 10px;
}

.StatisticBlock .line
{
    width: 120px;
    margin-top: -10px;
    padding: 0px;
}

.StatisticBlock span
{
    font-size: 60px;
}

@media only screen and (max-width: 800px) {
    .StatisticBlock
    {
        height: 210px;
        padding: 50px;
        font-family: YesevaOne;
    }

    .StatisticBlock span
    {
        font-size: 30px;
    } 

    .StatisticBlock h1
    {
        font-size: 30px !important;
    }
}

#VoluntaryForm span
{
    font-size: 60px;
}

#VoluntaryForm h1
{
    font-family: YesevaOne;
    font-size: 25px;
}

#VoluntaryForm .details
{
    font-size: 10px;
}

#VoluntaryForm form
{
    padding-top: 10px;
}

#VoluntaryForm input
{
    width: 300px;
}