.scheme-map {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    gap: 2rem;
    flex-direction: column;
}
.scheme-map .sidebar {
    min-width: 16rem
}
.scheme-map .content-holder {
    width:100%;
}
.scheme-map .scheme-map-holder {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

@media screen and (min-width: 920px) {
    .scheme-map {
        flex-direction: row;
    }

}