
section.wrapbt {
	width: 100%;
}
article.artbt {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-height: 450px;
}
.flexbt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 450px;
}
.flexbt2 {
	display: block;
}
.flexbt2 h2 {
	padding: 15px 30px;
}
.flexbt2 p {
	padding: 15px 30px;
}

.flexbt2 li {
	padding: 15px 30px;
}

.imgbt1 {
	background: url('../img/about3.jpg');
	background-size: cover;
	background-position: center;
}
.imgbt2 {
	background: url('../img/about2.jpg');
	background-size: cover;
	background-position: center;
}


.darkbt {
	background-color: var(--col-brownd);
	color: var(--col-brownl);
}
.lightbt {
	background-color: var(--col-brownl);
	color: var(--col-brownd);
}

/********************small monitor*************************************/
@media only screen and (max-width: 1280px) {

}

/*********************mobile*******************************************/
@media only screen and (max-width: 670px) {

section.wrapbt {
	padding: 0 0 0 0;
}

article.artbt {
	width: 100%;
	padding: 0;
	min-height: 350px;
}
.flexbt {
	min-height: 350px;
}

.flexbt2 p {
	padding: 0 25px;
}

}