@media print, (max-width: 1023px)
{
    /*-------------------
        First section
    -------------------*/
    .first_section .cont
    {
        min-height: 0;
        padding-top: 64px;
        padding-bottom: 64px;
    }


    .first_section .info
    {
        max-width: calc(100% - 356px);

        align-self: center;
    }

    .first_section .info .title
    {
        font-size: 33px;
        line-height: 41px;
    }


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

        margin-top: 35px;
    }

    .first_section .info .desc > * + *
    {
        margin-top: 20px;
    }



    .first_section .form
    {
        width: 316px;
        padding: 24px;
    }

    .first_section .form .title
    {
        font-size: 22px;
        line-height: 26px;

        margin-bottom: 24px;
    }

    .first_section .form .submit_btn
    {
        font-size: 20px;
        line-height: 24px;
    }
    
    /*--------------
        Services
    --------------*/
    .services .row
    {
        margin-bottom: -20px;
        margin-left: -20px;
    }

    .services .row > *
    {
        width: calc(33.333% - 20px);
        margin-bottom: 20px;
        margin-left: 20px;
    }
    
    /*-------------------
        First section - BANNER
    -------------------*/
    .banner_first_section .cont
    {
        min-height: 0;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .banner_first_section .info
    {
        max-width: calc(100% - 356px);

        align-self: center;
    }

    .banner_first_section .info .title
    {
        font-size: 33px;
        line-height: 41px;
    }


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

        margin-top: 35px;
    }

    .banner_first_section .info .desc > * + *
    {
        margin-top: 20px;
    }

    .banner_first_section .form
    {
        width: 316px;
        padding: 24px;
    }

    .banner_first_section .form .title
    {
        font-size: 22px;
        line-height: 26px;

        margin-bottom: 24px;
    }

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