.settings-page-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}
.showroom-menu-item {
    display: flex;
    align-items: center;
    padding: 14px 10px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s ease;
    border: none;
    background: none;
    width: 95%;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin: 0px 10px;
    border-radius: 10px;
}

@media screen and (max-width: 500px) {
    .settings-page-title {
        font-weight: 600;
        margin-bottom: unset;
        font-size: 26px;
    }
    
}