.scetion-logo{
	height: 200px;
	width: 100%;
	background-image: url(../images/logo_back.svg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -10vh;
	z-index: 9990;
	position: relative;
}
.bg_container1{
	background-image: url(../images/logo-bg-01.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	width: 100%;	
}
.bg_container2{
	background-image: url(../images/logo-bg-02.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	width: 100%;	
}
.bg_container3{
	background-image: url(../images/logo-bg-03.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	width: 100%;	
}
.bg_container4{
	background-image: url(../images/logo-bg-04.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	width: 100%;	
}
.img_centre{
	left: 25%;
	top: 25%;
	position: relative;
}