.carousel-post-widget {
    position: relative;
    width: 100%;
}

.carousel-item {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.carousel-content {
    max-width: 70%;
}

.carousel-image img {
    max-width: 100%;
    height: auto;
}