.text-image-carousel .image {
    position: relative;
    padding-bottom: 70%;
}

.text-image-carousel .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.text-image-carousel .swiper-slide {
    padding: 0 15px 20px;
}

.text-image-carousel .inner-slider {
    position: relative;
    padding-bottom: 60px;
}

.text-image-carousel .inner-slider .text-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 0 20px;
	text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.text-image-carousel .inner-text {
    padding: 10px 20px;
    background-color: #FFF;
    min-height: 100px;
    box-shadow: 0 0 15px #3e3e3e33;
}

.outer-text-image-carousel .swiper-button-prev {
    left: -20px;
	color: #1e272e;
}

.outer-text-image-carousel .swiper-button-next {
    right: -20px;
	color: #1e272e;
}