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


    .first_section .info .title
    {
        font-size: 38px;
        line-height: 50px;
    }


    .first_section .info .desc
    {
        font-size: 20px;
        line-height: 26px;

        margin-top: 40px;
    }

    .first_section .info .desc > * + *
    {
        margin-top: 20px;
    }
    
    /*--------------
        Services
    --------------*/
    .services .row
    {
        margin-bottom: -20px;
        margin-left: -20px;
    }

    .services .row > *
    {
        width: calc(25% - 20px);
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .services .service .info
    {
        padding: 16px 20px 20px;
    }

    .services .service .name
    {
        font-size: 18px;
        line-height: 22px;

        padding: 12px 20px;
    }

    .services .service .order_btn
    {
        font-size: 17px;
        line-height: 21px;

        width: 160px;
        height: 43px;
        margin-top: 20px;
        padding: 12px 24px;
    }
    
    /*-------------------
        First section - BANNER
    -------------------*/
    .banner_first_section .cont
    {
        min-height: 627px;
        padding-top: 80px;
        padding-bottom: 80px;
    }


    .banner_first_section .info .title
    {
        font-size: 38px;
        line-height: 50px;
    }


    .banner_first_section .info .desc
    {
        font-size: 20px;
        line-height: 26px;

        margin-top: 40px;
    }

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