.section-header{position:relative; padding:0; width:100%;  background:#fff; -webkit-transition: 0.4s; transition: 0.4s;}

.logo{position:absolute; top:30px; left:30px; height:fit-content; z-index:99999; padding:5px 15px; background:#fff; border-radius:6px;}
.logo img{height:60px;}
.overlap-content{}

@media screen and (min-width: 1440px) {
	
}
@media screen and (max-width:768px) {
	.logo{position:absolute; top:10px; left:10px; height:fit-content; z-index:99999; padding:5px 15px; background:#fff; border-radius:6px;}
    .logo img{height:25px;}
}	
@media screen and (max-width:600px) {
	
}