.news ul li{
    display: inline-block;
    max-width: 30%;
    vertical-align: top;
    padding: 0 30px 0 0;
}

.news .widget.widget_rss{
    margin-right:0px;
    margin-bottom:inherit;
    text-align: center;
}

.news .widgettitle{
    display: none;
}

.news-button{
    text-align: center;
    margin: 35px 0 55px;
}

.news {
    padding: 55px 0 25px;
}

.news .widget.widget_rss{
    text-align: left !important;
}
.news ul{
    padding:0px;
    text-align: left;
    display: flex;
    justify-content: center;
}

.news h3 {
    font-family: "Lato", sans-serif;
    font-size: 36px;
    color: #333B42;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    margin-left: 0.7%;
}

.news li a {
    font-size: 17px;
    color: #333B42;
    line-height: 1.3;
    margin-bottom: 10px;
}

.news li a:hover {
    color: #09ad96;
}

.news li a + a {
	margin-top:15px;
}

.news li .rssSummary {
    margin-top: 10px;
    color: #88898A;
}