.post-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
button#load-more-button {
    font-family: 'Raleway', sans-serif;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #1f7289;
    border-color: #1f7289;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    box-shadow: none;
    margin: auto;
    margin-bottom: 22px;
    margin-top: 10px;
    outline: none;
    border: 1px solid #0000006e;
}