.image-wrap {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.image-wrap img {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
}

.entry-title {
    text-transform: capitalize;
    margin-top: 10px;
}

a.post-more {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 6px;
    border-radius: 2px;
}

a.post-more:hover {
    color: white;
    background-color: grey;
}

.title_wrapper {
    position: relative;
    bottom: 145px;
    color: white;
    padding: 10px;
}

.post-links {
    position: relative;
    bottom: 160px;
    color: white;
    padding: 10px;
}

.title_wrapper a {
    font-weight: 800 !important;
    font-family: "Montserrat" !important;
    color: white;
}

.column_attr.clearfix ul li {
    text-align: start !important;
}
