/* CSS Document */


/*.titlebox_wrapper {
    background: url("../img/main-privacy.jpg") no-repeat center top;
    background-size: auto auto;
    background-size: 100% 100%;
    background-size: contain;
    position: relative;
}*/

	html,
	body {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
.about-item{
	margin-bottom: 55px;
}

.about-item h2{ 
	border-left: 5px solid #ff9900;
	font-size: 2.3rem;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 1.7	
}
@media screen and (max-width:768px) {
	.about-item h2{ font-size: 1.8rem;}
}

.about-item p{ 
	font-size: 1.6rem;
	padding-left: 18px
	
}
.about-item-image img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding-top: 27px;
	
}

.about-item-photo_row{
	display: table;
	margin-top: 15px
}

.about-item-photo{
display: table-cell;
	vertical-align: top;
	text-align: center

}

.about-item-photo-text{
display: table-cell;
		vertical-align: top;
	text-align: left;
	padding-left: 15px;
}

