@font-face {
  font-family: "adamwarrenpro";
  src: url('../font/adamwarrenpro.ttf');
}

@font-face {
  font-family: "Roboto-C-Light";
  src: url('../font/RobotoCondensed-Light.ttf');
}

@font-face {
  font-family: "Roboto-C-Bold";
  src: url('../font/RobotoCondensed-Bold.ttf');
}

.content{
	margin-bottom: 40px;
}

.content .open-banner{
	height: 300px;
	position: relative;
	background-image: url('../img/A2-3D_terv_1.jpg');
	background-position: center bottom;
}

.content .open-banner .banner-title{
	color: #fff;
	font-family: "Roboto-C-Light";
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 100%;
	position: absolute;
	text-align: center;
	top:45%;
}

.content{
	font-family: "Roboto-C-Light";
	color: #654F3D;
}

.content hr{
	width: 500px;
	background: #B7C35E;
	height: 2px;
	border: none;
	margin-bottom: 40px;
}

.content .text{
	padding: 40px;
	font-size: 15px;
}

.content .text ul{
	list-style-type: none;
}

.content .text ul li{
	line-height: 30px;
}

.content .text ul li::before{
	content:"|";
	color: #B9C563;
	font-weight: bolder;
	font-size: 20px;
	margin-right: 20px; 
}

.content .payment-bank{
	width: 100%;
	font-size: 14px;
	text-align: center;
	font-family: "Roboto-C-Light";
	color: #654F3D;
}

.content .payment-bank p{
	margin-top: -20px;
	display: inline-grid;	
}
