.owl-item {
    position: relative;
}

.owl-carousel__slide {
    color: #fff;
}

.owl-carousel__text {
    bottom: 0;
    left: 0;
    line-height: 1;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.owl-carousel__text > .banner-text:not(:last-child) {
    margin-bottom: 15px;
}

.owl-carousel__text > .button {
    margin-top: 10px;
}
