.line-button  .span-line {
    width: 52px;
    height: 2px;
    margin-right: 10px;
    transition: .3s;
}
.line-button:hover .span-line {
    width: 30px;
    transition: .3s; 
}
.line-button{
    border-radius: 5px;
    background: #AFA894;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.20);
}

#more-rooms-section .more-rooms-carousel img{
    height: 598px;
}
#more-rooms-section .more-rooms-carousel .info-container{
    min-height: 390px;
}

#more-rooms-section .slick-next{
    border-radius: 46.828px;
    border: 1px solid #AFA894;
    background: #AFA894;
    display: flex;
    width: 56px;
    height: 56px;
    padding: 4.828px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.828px;
    position: absolute;
    bottom: -10%;
    left: 52%;
    transform: translateX(-50%);
}

#more-rooms-section .slick-prev{
    border-radius: 46.828px;
    border: 1px solid #AFA894;
    background: transparent;
    display: flex;
    width: 56px;
    height: 56px;
    padding: 4.828px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.828px;
    position: absolute;
    bottom: -10%;
    left: 48%;
    z-index: 1;
    transform: translateX(-50%);
}
@media screen and (max-width:1500px){
    #more-rooms-section .slick-next{
        left: 55%;
    }
    
    #more-rooms-section .slick-prev{
        left: 45%;
    } 
}
@media screen and (max-width:767px){
    #more-rooms-section .slick-next{
        bottom: -8%;
    }
    #more-rooms-section .slick-prev{
        bottom: -8%;
    } 
}
@media screen and (max-width:570px){
    #more-rooms-section .slick-next{
        left: 58%;
    }
    
    #more-rooms-section .slick-prev{
        left: 43%;
    } 
}