.apac40-image-text-carousel__slider{
    margin: 0 !important;
    padding-bottom: 30px;
}

.apac40-image-text-carousel__item{
    --background-color: #ffffff;
    --text-color: #000000;
    display: flex;
}

.apac40-image-text-carousel__left{
    flex: 0 0 50%;
}
.apac40-image-text-carousel__image{
    padding-top: 80%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.apac40-image-text-carousel__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.apac40-image-text-carousel--full-image .apac40-image-text-carousel__image img {
    object-fit: cover;
}
.apac40-image-text-carousel__right{
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    background-color: var(--background-color);
    color: var(--text-color);
}
.apac40-image-text-carousel__text{
    padding: 40px;
    font-size: 1.5em;
    box-sizing: border-box;
}
.apac40-image-text-carousel__text h2,
.apac40-image-text-carousel__text h3,
.apac40-image-text-carousel__text h4{
    color: #19d3c5;
}
.apac40-image-text-carousel__text p{
    margin-bottom: 1em;
}
.apac40-image-text-carousel .slick-dots{
    bottom: 5px;
}
@media(max-width: 992px) {
    .apac40-image-text-carousel__item {
        flex-direction: column;
    }
    .apac40-image-text-carousel__left,
    .apac40-image-text-carousel__right {
        flex: 0 0 100%;
        margin-right: 0;
        padding: 0;
        width: 100%;
    }
    .apac40-image-text-carousel__text{
        padding: 20px;
    }
}