#content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.about_page{padding-bottom:20px}.about_page .wrapper{width:900px;margin:auto auto 25px}.about_page .wrapper h2{padding-bottom:30px}.about_page .join{margin-bottom:20px}.about_page .join h2{padding:40px 0 10px}.about_page .join .button{border-radius:4px;margin-top:10px;display:inline-block}@media (max-width:1200px){.about_page .wrapper{padding-left:15px;padding-right:15px;width:auto}}@media (max-width:640px){.about_page .wrapper h2{padding:25px 0 15px}}.about_page .news_card{width:300px;min-width:300px;-ms-flex:0 0 300px;flex:0 0 300px;border-radius:4px;overflow:hidden;background-color:#fff;padding-bottom:10px;border:1px solid #efefef;transition:300ms ease-in-out;margin:10px 25px}.about_page .news_card .img{margin-bottom:10px;width:300px;height:220px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.about_page .news_card .img .bg{filter:blur(2px);position:absolute;left:0;top:0;right:0;bottom:0;opacity:.8;background-size:cover;background-position:center center}.about_page .news_card .img .bg.no_blur{opacity:1;filter:none}.about_page .news_card .img img{z-index:1;max-height:220px}.about_page .news_card img{display:block}.about_page .news_card .item_header{padding:0 20px;color:#000;font-size:20px}.about_page .news_card .item_header .pink{color:#e12081}.about_page .news_card .item_header .green{color:#3cdbc0}.about_page .news_card .img{position:relative}.about_page .news_card .img .info{z-index:5;transition:300ms ease-in-out;position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;background-color:transparent}.about_page .news_card:hover{border:1px solid #e12081}.about_page .news_card:hover .img .info{opacity:1;background-color:rgba(225,32,129,.5)}.about_page .news_card:hover .item_header{transition:300ms ease-in-out;color:#e12081}.about_page .news_card .date{font-size:14px;color:#bbb1b0;padding:5px 20px}