/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

@media screen and (max-width: 768px) {
    .mobile_logo {
        /* Увеличение размера логотипа */
        transform: scale(1.7);
        /* Сдвиг вправо на 20px (или любое другое значение, которое вам подходит) */
        margin-left: 55px;
    }
	
	.bebas-nue.mobile-header-text{
		    font-size: 1.8rem !important;
		
		
	}
	
	
}