.page1 .banner-s{background-image:url(/Public/static/img/about/p1_banner.jpg?v=1);}
.page2 .banner-s{background-image:url(/Public/static/img/about/p2_banner.jpg);}
.page3 .banner-s{background-image:url(/Public/static/img/about/p3_banner.jpg);}
.page4 .banner-s{background-image:url(/Public/static/img/about/p4_banner.jpg);}
.page5 .banner-s{background-image:url(/Public/static/img/about/p5_banner.jpg?v=4);}

.section{padding:0px;}
.content .container{margin-bottom:50px;}

.section-title{margin:50px 0px 30px 0px;display:inline-flex;}
.section-title i{float:left;width:35px;height:25px;background: url(../img/logo_red_s.png) 0px 0px no-repeat;clear:both;}
.section-title h1{float:left;margin:0px 10px;font-size:18px;}

.col{
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-content: stretch;
    align-items: center;
	width:100%;
}
.col-f{width:25%;}
.col-a{flex:1;}
.col-img{padding:20px;}
.col-text{padding:20px;line-height:1.5rem;}
.col-img img{width:100%;border-radius:8px;}