@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.image-brandbig {
	position: relative;
	max-width: 90%;
	margin-left: auto;
    margin-right: auto;
	top: 0px;
	bottom: 0px;
}
.image-brandbig img {
	position: flex;
	max-width: 100%;
}
.section_brand1 {
	position: relative;
	top: 0px;
	background-color: #333;
	color: #fff;
	width: 100%;
	height: 400px;
}
.section_brand1 h1 {
	font-size: 72px;
	position: relative;
	top: 90px;
	left: 240px;
	width: 24%;
}
.section_brand1 h2 {
	font-size: 24px;
	position: relative;
	top: 90px;
	left: 240px;
	width: 24%;
}
.section_brand1 p {
	position: relative;
	margin: 0px;
	left: 740px;
	width: 24%;
}
.image-brandbig h1{
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 72px;
	color: #fff;
}
.brand1 {
	position: relative;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	
}
.gallery_brand1 {
	position: absolute;
	width: 54%;
	top: 340px;
	left: 680px;
}
.gallery_brand1 img {
	right: 120px;
	max-width: 50%;
	margin-right: 70px;
}
.gallery_brand2 {
	position: absolute;
	max-width: 60%;
	top: 0px;
	margin-right: 120px;
	right: 0px;
}
.gallery_brand2 img {
	position: block;
	max-width: 13%;
	margin-left: 5px;
}
.section_brand2 {
	position: absolute;
	left: 240px;
	width: 24%;
}
.section_brand2 h1 {
	font-size: 72px;
	position: relative;
	top: 90px;
	width: 24%;
}
.section_brand3 {
	position: absolute;
	left: 740px;
	top: 120px;
	width: 24%;
}
/* CSS Document */

