.gl-ele-carousel .swiper-slide {
	padding: 20px;
	border-radius: 12px;
}

.gl-ele-carousel .gl-carousel-item {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.gl-ele-carousel .gl-carousel-item .title {
	margin-bottom: 15px;
	margin-top: 0;
}

.gl-ele-carousel .gl-carousel-item img {
	width: 100%;
}

.gl-ele-carousel .gl-carousel-item .gl-carousel-btn {
	background: #8f3985;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.gl-ele-carousel .elementor-swiper-buttons {
    width: 1320px;
    margin: 0 auto;
    position: relative;
}

.gl-ele-carousel .elementor-swiper-button {
    background: #8F3985;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	color: #fff;
    position: absolute;
    top: -88px;
    right: 0;
    z-index: 99;
	cursor: pointer;
}

.gl-ele-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	right: 60px;
}
