.header{
	background-color: #5E3465;
}
.header .head-quest{
	font-size: 28px;
	color: white;
	font-family: WorkSans-SemiBold;

}
.header .whitespace{
	width: 100%;
	height: 150px;
	background-color: white;
}

.header .shadow-photo{
	  width: 100%;
	 
	  justify-content: center;
	  text-align: center;

}
.explanation1{
	text-align: center;
}

.logo-shadow{
	object-fit: contain !important;
    width: auto;
}

.hamburger{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 767px){
	.logo-shadow{
		object-fit: contain !important;
	    width: 100%;
	}	
}