.newslist-v3 .image_container {
	border: 1px solid rgb(220,221,221);
    border-bottom: none;
}

.newslist-v3 .image_container img {
    width: auto;
    margin: auto;
}

.newslist-v5 .image_container img {
    width: auto;
    margin: auto;
}

.newslist-v5 {
	text-align: center;
}

.button-link a {
	background: #025358;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    width: auto;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 0.8rem;
    min-width: 140px;
    text-align: center;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
}

.button-link a:hover {
	background: rgb(152,152,152);
}