.shop-room-container{
    position: relative;
    margin-bottom: 50px;
    height: 526px;
}
.shop-room-content{
    position: relative;
    text-align: start;
    margin-right: 20px;
    margin-left: 20px;
}
.shop-room-image {
    height: 100%;
    background-size: cover;
    margin-inline: 5px;
}
.shop-room-description{
    background-color: #F3F3F3;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    top: -90px;
    padding-inline: 25px;
    align-items: center;
    height: 132px;
    justify-content: center;
    flex-direction: column;
    margin-inline: 5px;
}
.room-title{
    width: 100%;
    letter-spacing: 5px;
    font-weight: 200;
}
.shop-room-bottom-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.shop-room-bottom-content p {
    font-weight: 300;
    width: 40%;
    font-size: 13px !important;
}
.shop-room-link{
    border: none;
    border-bottom: 1px solid;
    font-weight: 200 !important;
    letter-spacing: 3px !important;
}
@media (max-width: 959px) {
    .slider.slider--mobile {
    flex-wrap: wrap;
    }
    .shop-room-container{
        position: relative;
        margin-bottom: 50px;
        height: 326px;
    }
    .shop-room-bottom-content{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .room-title{
        text-align: center;
    }
    .shop-room-bottom-content p {
        width: 100% !important;
    }
    .shop-room-description{
        margin-inline: 0px !important;
    }
    .shop-room-image{
        margin-inline: 0px !important;
    }
}
@media (max-width: 1024px) and (min-width: 600px) {
    .shop-room-container{
        height: 314px !important;
    }


}
.slider {
    flex-wrap: wrap;
}