@media (max-width: 413px)
{
    /*-------------------
        Global styles
    -------------------*/
    .cont
    {
        padding: 0 16px;
    }



    /*-------------------
        First section
    -------------------*/
    .first_section .cont
    {
        padding-top: 52px;
        padding-bottom: 52px;
    }


    .first_section .info .title
    {
        font-size: 24px;
        line-height: 32px;
    }

    .first_section .info .desc
    {
        font-size: 15px;
        line-height: 21px;
    }


    .first_section .form
    {
        margin-top: 40px;
        padding: 29px 25px;

        border-width: 3px;
    }

    .first_section .form .title
    {
        font-size: 19px;
        line-height: 23px;
    }

    .first_section .form .submit_btn
    {
        font-size: 18px;
        line-height: 20px;
    }
    
    /*-------------------
        First section - BANNER
    -------------------*/
    .banner_first_section .cont
    {
        padding-top: 52px;
        padding-bottom: 52px;
    }


    .banner_first_section .info .title
    {
        font-size: 24px;
        line-height: 32px;
    }

    .banner_first_section .info .desc
    {
        font-size: 15px;
        line-height: 21px;
    }


    .banner_first_section .form
    {
        margin-top: 40px;
        padding: 29px 25px;

        border-width: 3px;
    }

    .banner_first_section .form .title
    {
        font-size: 19px;
        line-height: 23px;
    }

    .banner_first_section .form .submit_btn
    {
        font-size: 18px;
        line-height: 20px;
    }
}
