.boxbanner {
width: 275px;
height: 380px;
position: absolute;
top: 20px;
left: 20px;
color: #fff;
border: 3px solid #ac590f;
background: rgba(9, 48, 77, 0.58);

}

.wrapperheadneu {
    position: relative;
    width: 100%;
    max-width: 1000px;
	margin-top: -17px;

}

.boxbannerbox {
    font-size: 13px;
    text-align: justify;
    padding: 5px;
    overflow: auto;
    scrollbar-width: thin;
    margin: 5px;
height: 370px;
}

.boxbannertitel {
font-size: 17px;
text-align: center;
font-weight: bold;
letter-spacing: 1px;
color: #f0c591;
font-family: 'Encode Sans SC', sans-serif;
}



.headerparent {
display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
background: rgba(34, 31, 31, 0.81);
height: 250px;
	width: 1000px;
}
		
.headerchild1 {

background: rgb(34, 31, 31);
width: 250px;
height: 130px;
padding: 10px;
border: 3px solid #9b3434;
}

.headerchild2 {

background: rgb(34, 31, 31);
width: 320px;
height: 200px;
padding: 10px;
border: 3px solid #9b3434;
}

.headerchild3 {

background: rgb(34, 31, 31);
width: 150px;
height: 150px;
padding: 10px;
border: 3px solid #9b3434;
}

.headerchild4 {

background: rgb(34, 31, 31);
width: 120px;
padding: 10px;
border: 3px solid #9b3434;
}

.headerchildtitle {
    padding: 10px;
    text-align: center;
    margin-top: -10px;
	font-family: 'Encode Sans SC', sans-serif;
font-size: 14px;
line-height: 80%;
color: #ba6262;
}

.headerchildtextd {

font-size: 12px;
line-height: 80%;
color: #E4E4E4;
	overflow: auto;
text-align: justify;
text-justify: inter-word;
	height: 130px;
line-height: 18px;
	scrollbar-width: thin;
}

.headerchildtext {

font-size: 12px;
line-height: 80%;
color: #E4E4E4;
	overflow: auto;
text-align: justify;
text-justify: inter-word;
	height: 180px;
line-height: 20px;
	scrollbar-width: thin;
}
		