.lps-area {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-around;
    flex-wrap: wrap;
}

.lps-area-title {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 26px;
}

.lps-post {
    width: 200px;
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
    margin-right: 15px;
}

.lps-post-image {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.lps-post-title {
    margin-top: 0;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    padding-bottom: 10px;
}

.lps-post-footer {
    margin-top: auto;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
