@media print,
(max-width: 767px)
{
    /*-------------------
        First section
    -------------------*/
    .first_section
    {
        padding-top: 100px;
    }


    .first_section .title
    {
        font-size: 28px;

        width: 100%;
        margin-bottom: 24px;
    }


    .first_section .items
    {
        font-size: 15px;

        margin-bottom: 32px;
    }

    .first_section .items > * + *
    {
        margin-top: 12px;
    }


    .first_section .form
    {
        width: 100%;
        margin-bottom: 0;
    }


    .first_section .image
    {
        position: relative;
        top: 0;
        right: 0;

        width: 100%;
        margin-top: 20px;
    }


    .first_section .image .item1
    {
        right: 0;
        bottom: 104px;
    }

    .first_section .image .item2
    {
        bottom: 0;
        left: 12px;
    }



    /*------------
        Footer
    ------------*/
    footer
    {
        font-size: 11px;
    }
}
