.lps-owl-slider .lps-slide {
    padding: 10px;
}

.lps-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    min-height: 250px;
}

.lps-text {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lps-title {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.lps-date {
    font-size: 0.9em;
    color: #888;
    margin: 5px 0;
}

.lps-excerpt {
    font-size: 1em;
    color: #333;
}

.lps-image {
    width: 40%;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lps-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-stage {
	left : 0px !important
}