.simulator-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}


.simulator-left {
    flex: 1;
    min-width: 600px;
    box-shadow: none;
    border-radius: 10px;
    padding: 2.25rem;
    background-color: #fff;
}