*{
	margin: 0;
	padding: 0;
	font-family: "Mulish";
}
body{
	
}
/*=====================================*/
.section{
	width: 100%;
	height: 600px;
}
.section_top{
	display: flex;
	justify-content: space-between;	
	width: 100%;
	height: 40%;	
}
/*===================top_right=========================*/
.section_right{
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;	
}
.section_right_bottom{
	display: inline;
	font-size: 20px;
	color: white;
	background-color: green;
	padding: 5px;
	margin-bottom: 5px;
}
.section_right_top>a{
	text-decoration: none;
	text-transform: capitalize;
	font-size: 20px;
	color: white;
	background-color: lightgray;
	border: 2px solid white;
	padding: 15px;	
}
/*======================top_left====================*/
.section_left{
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.section_left_top {
	font-size: 27px;
	color: #000000;
	padding-left: 30px;
}
.section_left_centere {
	font-size: 54px;
	color: #829c2d;
	font-weight: 600;
	padding-left: 30px;
}
.section_left_bottom {
	font-size: 22px;
	color: #000000;
	font-weight: 200;
	padding-left: 30px;
}
/*=======================bottom====================*/
.section_bootom{
	width: 100%;
	height: 60%;
	display: flex;	
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.section_bootom>div{
	width: 32%;
	height: 98%;
	background-size: cover;
	background-repeat: no-repeat;
}
.left{
	background-image: url("img/background/Baner4/imgleft.png");
	
}
.center{
	background-image: url("img/background/Baner4/imgcenter.png");
}
.right{
	background-image: url("img/background/Baner4/imgright%20.png");
}
.section_right_top>a:hover{
	background-color: gray;
}
