.community-page #intro:after {display: none;}
.community-page #page-title h2:before {display: none;}
.community-page h2 {position: relative; text-align: center; margin-bottom: 45px;}
.community-page h2:before{content:'';position:relative;display:block;margin:0 auto 10px;width:47px;height:70px;background:url(assets/images/favicon-114.png) center no-repeat;background-size: auto 100%;}
.community-page h2:before{-webkit-animation:bounce-in-top 2.3s .3s both;animation:bounce-in-top 2.3s .3s both}
.community-page .community-center {max-width: 945px; margin: 75px auto; text-align: center;}

.community-splits {max-width: 1125px; margin: 75px auto; padding: 20px;}
.community-splits .flex-ed {align-items: flex-start; justify-content: space-between; margin: 80px auto;}
.community-splits .flex-ed article {flex: 0 1 640px; padding: 0 10px;}
.community-splits .flex-ed figure {flex: 0 1 350px; padding: 0 10px; order: -1;}

@media (max-width: 790px) {
    .community-splits .flex-ed {flex-wrap: wrap; justify-content: center;}
    .community-splits .flex-ed figure {order: 2;}
}
