section{text-align:center; word-break: keep-all;padding-top : 50px;}
section > h1{ font-size:60px;}
section > h2{ font-size:28px; color:#a05e00; margin:30px 0;}

section > h2 + article{color : #666; font-size:18px;}
section > h2 + article > p{margin-bottom:20px;}

section article.bee li{ float:left; color:#fff;position:relative;width:250px;height:600px;}
section article.bee li:nth-child(2n+1){background:url("../../images/introduce/special/bee_1.png") no-repeat center bottom/ 100%;}
section article.bee li:nth-child(2n+1) > div{width:250px;height:216px;position:absolute;bottom:0;font-size:24px;}
section article.bee li > div > span{position:absolute; top:30; font-size:30px; left:0; display:block; width:100%;}

@media screen and (max-width : 991px){
    section{
        padding-top : 30px;
    }
}