﻿.sala-detalhe-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

.sala-pessoas-container, .sala-cursos-container {
    width: 50%;
    height: 100vh; 
    float: left; 
    box-sizing: border-box;
}

