/**
 * Theme Name: Extra Child
 * Template:   Extra
 */
 
 
 .logo-row{
	 display: flex;
	 grid-template-columns: 1fr 1fr;
	 justify-content: space-between;
	 align-items: center;
 }
  
 
 .logo-1 {
	 width: 85%!important;
	 height: 70px;
	 order: 1;
 }
 
 .logoue-1{
	 order: 2;
	 width: 15%!important;
 }
 .logoue-1 img{
	 height:35px;
 }
 
 @media only screen and (min-width: 768px){
	.logo-1{
	height: 151px;
		}	 
		
		.logoue-1 img{
	 height:70px;
 }
 
 }
 