.newsList {
 text-align: center;
}

.newsItem .image .inside {
    height: 220px;
}

a.newsItem {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    color: #706f6f;
    margin: 0px 1% 0px 1%;
    background: #ffffff;
    min-height: 220px;
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
    transition: all .2s ease-in-out;
    text-align: left;
}

a.newsItem:hover {
 text-decoration: none;
    color: #706f6f;
}

.newsItem > .inside {
    min-height: 220px;
    position: relative;
}
.newsItem .image {
 position: relative;
}

.newsContent .inside-padding {
    padding: 20px 20px 75px 20px;
}

.newsItem .newsTitle {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.newsItem .readMore {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: all .2s ease-in-out;
    width: calc(100% - 40px);
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 17px;
}