.splide__travel {
    padding: 50px 0;    
}
.travels-wrapper {
    display: grid;
	grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    /* align-items: center; */
    gap: 10px;
    /* flex-wrap: wrap; */
}
.splide-travels {
    padding: 50px 0;
}
.splide__travel-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.splide__travel-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide__travel-descr {
    width: 100%;
    font-family: "Helvetica-light", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: var(--black-color);
    /* text-align: center; */
    margin-bottom: 15px;
}
.travel__slide-btn {
    width: 100%;
    height: 40px;
    background-color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica-light", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.travel__slide-btn:hover {
    opacity: .8;
}
.sala__slide-btn, .sala__slide-link {
    width: 50%;
    padding: 10px;
    font-size: 16px;
    z-index: 2;
}
.splide__travel-item {
    position: relative;
    /* max-width: 300px; */
    min-height: 450px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.splide__travel-item::after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #afafaf60;
    z-index: 1;
}
.splide__travel-item:hover::after {
    width: 100%;
}

.splide__sala-name {
	min-height:81px;
	display:flex;
	align-items:center;
}