@charset "utf-8";
/* CSS Document */
html{
	font-size: 14px
}
body {
background-color: #fff;
  color: #A67C52
}
.banner__heading{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-transform: capitalize;
  padding: 1rem;
  border-bottom: 1.5px solid #FF4500

}
.banner-gallery__container{
	max-width: 800px;
	padding-top: 5rem;
	text-align: center;
	margin: 0 auto
}
.banner-gallery li{
	margin-bottom: 3rem;
}
.banner-gallery li:last-child{
	margin-bottom: 5rem;
}
.banner03__01{
	width: 300px;
	height: 250px;
}
.banner03__02{
	width: 160px;
	height: 600px
}
.banner03__03{
	width: 468px;
	height: 60px
}
.banner03__04{
	width: 728px;
	height: 90px
}
.banner03__05{
	width: 320px;
	height: 50px
}
.banner03__06{
	width: 320px;
	height: 100px
}