@media (max-width: 1023px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size_title: 50px;
    }

     section.sect .title {
	    font-size: 35px;
		line-height: 38px;
	 }
	 
	 
	section.sect {
		margin-top: 70px;
	}

}
