@charset "UTF-8";


section .title ul {
	display: flex;
	list-style-type: none;
	margin:5px 0;
	padding: 0;
	height: 34px;
}

section .title ul li {
	display: flex;
	align-items: center;
	background: #CA984D;
	margin:0 5px 0 0;
	padding: 0 10px;
	border: 1px solid #42210B;
	width: auto;
	text-align: center;
	border-radius: 4px;
	list-style-type: none;
}

section .title ul li span{
	font-size: 1.1rem;
	display: block;
	margin:0  0 0;
	padding: 0 ;
	width: auto;
	text-align: center;
	border-radius: 4px;
	list-style-type: none;
}
section .title ul li.w {
line-height:1;
padding:3px 5px;
}

section .title ul li::before {
	content: "";margin: 0;padding: 0;
}


@media (min-width: 768px) {
section .title  {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	align-items: center;
	margin:5px 0;
	padding: 0;
}

article.reverse .flex {
	display: flex;
	flex-direction: row-reverse;
}

article.reverse .flex .img-wrapper{
	width: 40%;
}

article.reverse .flex .img-wrapper img{
	display: block;
	width: 100%;
}

article.reverse .flex .data{
	width: 60%;
}

	
	
section .reverse h3 {
    font-size: 24px;
	padding: 10px;
}

section .reverse div table {
    font-size: 14px;
}	

}

@media (min-width: 850px) {


}
