@charset "utf-8";
/* News */
.main{background-position: bottom center !important;}

.news .item{background: #fff; padding: 30px; margin: 0 0 10px;}
.news .item:last-child{margin: 0;}
.news .item .date{margin: 0 0 5px; font-family: "Josefin Sans", sans-serif;}
.news .ui-button{margin: 30px auto 0;}

@media (max-width: 767px) {    
    .news .item{padding: 15px;}
}