.home-categories-slider {
  background: #fff;
  padding-bottom: 6px;
}
.home-categories-slider h1 {
    padding: 1rem;
    position: sticky;
    bottom: 0;
	align-self: flex-end;
	font-size: 24px;
    text-align: right;
    width: 100%;
	text-decoration: underline;
}
.container-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}
.home-categories-slider .swiper-slide {
    overflow: visible;
}
.home-categories-slider .swiper {
    overflow: visible;
}