
.welcome {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    margin: 0;
}

#welcome_text {
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.sofa-no-home {
    position: sticky;
    top: 20px;
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .welcome {
        padding-bottom: 0.5rem;
    }
    
    .sofa-no-home {
        position: relative;
        top: 0;
        margin-top: 2rem;
        max-height: 300px;
    }
}
