.post_item {
    width: 750px;
    display: flex;
    justify-content: center;
}

.thumbnail {
    max-width: 300px !important;
    max-height: 200px !important;
}

.thumb_holder {
    max-width: 300px;
}

.post_info {
    display: block;
    margin-left: 10px;
}

.post_list {
    display: grid;
    justify-content: center;
}

.more_info {
    display: flex;
    justify-content: center;
}

.button{
    background: #966f3d;
    border-color: #966f3d;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.post_list_holder {
    display: flex;
    width: 100%;
	justify-content: center;
	margin-bottom: 15px;
}