.mb-a-post {
    display: flex;
    margin-bottom: 4em;
    /* justify-content: space-evenly; */
    /* border-top: 1px solid rgba(0,0,0,0.1); */
    padding-top: 4em;
    flex-wrap: wrap;
    width: 32%;
    align-items: center;
    padding: 0 1em 1em 1em;
    border-left: 1px solid rgba(0,0,0, 0.1);
}

h2.mb-post-title {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 150%;
}

.mb-the-image {
    width: 40%;
    max-height: 19em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-the-content {
    width: 56%;
}

.mb-the-image img {
    max-height: 20em;
}
.et_pb_post .entry-title a, .et_pb_post h2 a {
    font-family: 'Open Sans';
}

.archive div#left-area {
    width: 100%;
}

.archive .et_pb_post {
    width: 100%;
    display: block;
    height: 20em;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 3em;
}

.et_pb_post .entry-featured-image-url {
    display: inline-block;
    float: left;
    height: 19em;
}

.et_pb_post .entry-featured-image-url img {
    max-height: 100%;
    width: auto;
}
.mb-all-posts {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cd9e56;
    position: relative;
    padding: 0.4em;
    border:1px solid #cd9e56;
}
.mb-all-posts:hover {
	background-color:white;
	color: #cd9e56;
}
.mb-all-posts a {
    color: white;
}

.mb-all-posts a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}